Add branch to arel in Gemfile so that we can use local repos [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-11-26 13:52:53 -02:00
parent d35678242c
commit 42c28544e1

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