mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
oops! Fix Gemfile. 💣
This commit is contained in:
parent
c954a74ee2
commit
57ee6b0df9
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
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)
|
||||
|
|
Loading…
Reference in a new issue