From c6a16e900c0b37eb15e4d72229e2e0e96dc83a71 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Wed, 6 Jul 2016 17:22:00 -0300 Subject: [PATCH] force rack version --- plugins/oauth_provider/Gemfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/oauth_provider/Gemfile b/plugins/oauth_provider/Gemfile index d697794..8a2cf8e 100644 --- a/plugins/oauth_provider/Gemfile +++ b/plugins/oauth_provider/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'doorkeeper', '~> 1.4.0' gem 'responders', '~> 2.0' +gem 'rack', '1.6.4' -- libgit2 0.21.2