Fix gemfile for production

This commit is contained in:
Maximilian Grundke
2018-01-31 15:55:07 +01:00
parent ae7a065bd9
commit 16337ba9af
2 changed files with 2 additions and 8 deletions

View File

@ -41,6 +41,7 @@ gem 'nokogiri'
gem 'd3-rails'
gem 'rest-client'
gem 'rubyzip'
gem 'whenever', require: false
group :development, :staging do
gem 'better_errors', platform: :ruby
@ -59,7 +60,6 @@ end
group :development, :test, :staging do
gem 'byebug', platform: :ruby
gem 'spring'
gem 'whenever', require: false
end
group :test do