From 57ee6b0df99f135429cd87f1ed1aec9078bc13ec Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 9 Apr 2014 16:21:37 -0700 Subject: oops! Fix Gemfile. :bomb: --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e9affcd14d..120c4bca8f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,8 @@ gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 3.1.0' gem 'turbolinks' gem 'coffee-rails', '~> 4.0.0' -gem 'arel', path: '/Users/aaron/git/arel' +gem 'arel', github: 'rails/arel' +gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: '2-1-stable' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) -- cgit v1.2.3