From 882891653bfc8a944e7424a8f7be98e0a119e5b5 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 2 May 2014 21:03:11 -0300 Subject: Add branch to arel on Gemfile to allow local bundle config [ci skip] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 120c4bca8f..e7bc2585a7 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 3.1.0' gem 'turbolinks' gem 'coffee-rails', '~> 4.0.0' -gem 'arel', github: 'rails/arel' +gem 'arel', github: 'rails/arel', branch: 'master' gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: '2-1-stable' # require: false so bcrypt is loaded only when has_secure_password is used. -- cgit v1.2.3