Skip to content

Commit

Permalink
edit gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ludivinecp committed Jan 21, 2018
1 parent 1b9215b commit e82c001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group :production do
gem 'dalli'
gem 'sendgrid-ruby'
gem 'newrelic_rpm'
gem 'lograge', "~>0.7.1"
gem 'lograge'
gem 'sentry-raven'
gem 'sidekiq'
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lograge (0.7.1)
actionpack (>= 4, < 5.2)
activesupport (>= 4, < 5.2)
railties (>= 4, < 5.2)
lograge (0.9.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.1.1)
crass (~> 1.0.2)
Expand Down Expand Up @@ -665,7 +665,7 @@ DEPENDENCIES
fog-aws
letter_opener_web (~> 1.3.0)
listen (~> 3.1.0)
lograge (~> 0.7.1)
lograge
newrelic_rpm
passenger
puma (~> 3.0)
Expand Down

0 comments on commit e82c001

Please sign in to comment.