Commit 95efd89f36ff0a5c14ebe94232cac43e871ae835

Authored by Leandro Santos
1 parent 80b3f8bd

Define specific grape logging version to avoid undefined method "downcase"

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -23,7 +23,9 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails'
23 23 # API dependencies
24 24 gem 'grape', '~> 0.12'
25 25 gem 'grape-entity'
26   -gem 'grape_logging'
  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'
27 29 gem 'rack-cors'
28 30 gem 'rack-contrib'
29 31  
... ...