mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Set branch for arel in Gemfile so that we can use bundle local config [ci skip]
This commit is contained in:
parent
bed324c6fe
commit
11673a7977
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ gem 'bcrypt-ruby', '~> 3.1.2'
|
|||
gem 'jquery-rails', '~> 2.2.0'
|
||||
gem 'turbolinks'
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'arel', github: 'rails/arel', branch: 'master'
|
||||
|
||||
# This needs to be with require false to avoid
|
||||
# it being automatically loaded by sprockets
|
||||
|
|
Loading…
Reference in a new issue