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

View File

@ -95,6 +95,7 @@ GEM
mime-types (>= 1.16)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
@ -202,11 +203,6 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.10.3-java)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
spoon (~> 0.0)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
@ -323,8 +319,6 @@ GEM
bcrypt (~> 3.1)
oauth (~> 0.4, >= 0.4.4)
oauth2 (>= 0.8.0)
spoon (0.0.4)
ffi
spring (1.6.3)
sprockets (2.12.4)
hike (~> 1.2)