From 95efd89f36ff0a5c14ebe94232cac43e871ae835 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 20 Jul 2015 14:13:00 -0300 Subject: [PATCH] Define specific grape logging version to avoid undefined method "downcase" --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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