Use the released arel gem

This commit is contained in:
Rafael Mendonça França 2013-12-05 00:28:51 -02:00
parent 4f330b0428
commit 18be17ac43
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ 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', branch: 'master'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets

View File

@ -24,5 +24,5 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', version
s.add_dependency 'activemodel', version
s.add_dependency 'arel', '~> 5.0.0'
s.add_dependency 'arel', '~> 5.0.0'
end