diff --git a/Gemfile b/Gemfile index f341dae..eb2fef2 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,9 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails' # API dependencies gem 'grape', '~> 0.12' gem 'grape-entity' -gem 'grape_logging' +#FIXME Get the Grape Loggin from master yo solve this issue https://github.com/intridea/grape/issues/1059 +#We have to remove this commit referenve code when update the next release of grape_logging. Actualy we are using (1.1.2) +gem 'grape_logging', :git => 'https://github.com/aceunreal/grape_logging.git', :ref => '100091b' gem 'rack-cors' gem 'rack-contrib' -- libgit2 0.21.2