From 58009ace37cc07f3634ddc0bb4b5cb732b3907e5 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 2 Jan 2015 10:26:10 -0200 Subject: [PATCH] Add branch to gems pointing to github so that we can use local checkouts --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a021f77417..ae68fba421 100644 --- a/Gemfile +++ b/Gemfile @@ -11,10 +11,10 @@ gem 'rake', '>= 10.3' gem 'mocha', '~> 0.14', require: false gem 'rack-cache', '~> 1.2' -gem 'jquery-rails', github: 'rails/jquery-rails' +gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master' gem 'coffee-rails', '~> 4.1.0' gem 'turbolinks' -gem 'arel', github: 'rails/arel' +gem 'arel', github: 'rails/arel', branch: 'master' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework)