Skip to content

Commit

Permalink
bumping gem dependency for arel on 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 17, 2011
1 parent b03da24 commit 78f855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/activerecord.gemspec
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 2.0.2')
s.add_dependency('arel', '~> 2.0.10')
s.add_dependency('tzinfo', '~> 0.3.23')
end

0 comments on commit 78f855c

Please sign in to comment.