提交 e14e696e 编写于 作者: A Aaron Patterson

fixing arel requirements for released arel

上级 754c2dd2
......@@ -5,7 +5,7 @@ gemspec
if ENV['AREL']
gem "arel", :path => ENV['AREL']
else
gem "arel", :git => "git://github.com/rails/arel.git"
gem "arel", '~> 2.1.0'
end
gem "rack", :git => "git://github.com/rack/rack.git"
......
......@@ -22,6 +22,6 @@
s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 2.0.2')
s.add_dependency('arel', '~> 2.1.0')
s.add_dependency('tzinfo', '~> 0.3.23')
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册