Remove 'nokogiri' Gem being included twice

This commit is contained in:
Luka Murn 2017-03-22 10:37:11 +01:00 committed by GitHub
parent 276ce45a6c
commit ee65e46fc7

View file

@ -68,8 +68,6 @@ gem 'tinymce-rails' # Rich text editor
gem 'base62' # Used for smart annotations gem 'base62' # Used for smart annotations
gem 'nokogiri' # XML parser
group :development, :test do group :development, :test do
gem 'byebug' gem 'byebug'
gem 'better_errors' gem 'better_errors'