Okay, the new incompatible arel is now called 2.2 and the sun shines upon thee once more

This commit is contained in:
Jon Leighton
2011-08-09 22:05:23 +01:00
parent 4c492865b1
commit 561e8a7dc0

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.5')
s.add_dependency('arel', '~> 2.2.0')
s.add_dependency('tzinfo', '~> 0.3.29')
end