Set branch for arel in Gemfile so that we can use bundle local config [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-11-14 23:21:56 -02:00
parent bed324c6fe
commit 11673a7977

@ -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