Commit fe6113eb07b26b4ac38fd87698817529dae76be1
1 parent
02d5269c
Exists in
api_pagination
Gemfile: revert crazy dependency on grape_logging
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
Gemfile
@@ -23,9 +23,7 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails' | @@ -23,9 +23,7 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails' | ||
23 | # API dependencies | 23 | # API dependencies |
24 | gem 'grape', '~> 0.12' | 24 | gem 'grape', '~> 0.12' |
25 | gem 'grape-entity' | 25 | gem 'grape-entity' |
26 | -#FIXME Get the Grape Loggin from master yo solve this issue https://github.com/intridea/grape/issues/1059 | ||
27 | -#We have to remove this commit referenve code when update the next release of grape_logging. Actualy we are using (1.1.2) | ||
28 | -gem 'grape_logging', :git => 'https://github.com/aceunreal/grape_logging.git', :ref => '100091b' | 26 | +gem 'grape_logging' |
29 | gem 'rack-cors' | 27 | gem 'rack-cors' |
30 | gem 'rack-contrib' | 28 | gem 'rack-contrib' |
31 | 29 |