aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-04-09 16:21:37 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2014-04-09 16:21:37 -0700
commit57ee6b0df99f135429cd87f1ed1aec9078bc13ec (patch)
treecd44548e79be379bc4b7d2bbd8a3ff93d9f90be9 /Gemfile
parentc954a74ee280b99dd6e9aa1e9698cdee76d56214 (diff)
downloadrails-57ee6b0df99f135429cd87f1ed1aec9078bc13ec.tar.gz
rails-57ee6b0df99f135429cd87f1ed1aec9078bc13ec.tar.bz2
rails-57ee6b0df99f135429cd87f1ed1aec9078bc13ec.zip
oops! Fix Gemfile. :bomb:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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)