Skip to content

Commit

Permalink
Set branch for arel in Gemfile so that we can use bundle local config…
Browse files Browse the repository at this point in the history
… [ci skip]
  • Loading branch information
carlosantoniodasilva committed Nov 15, 2013
1 parent bed324c commit 11673a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit 11673a7

Please sign in to comment.