diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-05-02 21:03:11 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-05-02 21:03:11 -0300 |
commit | 882891653bfc8a944e7424a8f7be98e0a119e5b5 (patch) | |
tree | 18a46e37b9d0b1aab133a90be8c9d15518f3abdf /Gemfile | |
parent | dbacebafac45db1369396a5702f5435b863d3278 (diff) | |
download | rails-882891653bfc8a944e7424a8f7be98e0a119e5b5.tar.gz rails-882891653bfc8a944e7424a8f7be98e0a119e5b5.tar.bz2 rails-882891653bfc8a944e7424a8f7be98e0a119e5b5.zip |
Add branch to arel on Gemfile to allow local bundle config [ci skip]
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |