Merge pull request #1885 from guilleiguaran/3-1-stable

Bump ARel to 2.1.3 (3-1-stable)
This commit is contained in:
Santiago Pastorino
2011-06-28 14:59:10 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ gemspec
if ENV['AREL']
gem "arel", :path => ENV['AREL']
else
gem "arel", '~> 2.1.0'
gem "arel", '~> 2.1.3'
end
gem "coffee-script"

View File

@@ -21,6 +21,6 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 2.1.1')
s.add_dependency('arel', '~> 2.1.3')
s.add_dependency('tzinfo', '~> 0.3.27')
end