Skip to content

Commit

Permalink
Bump Arel to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
miloops authored and josevalim committed Jun 8, 2010
1 parent 1b2941c commit d103c73
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('activesupport', version)
s.add_dependency('activemodel', version) s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 0.3.3') s.add_dependency('arel', '~> 0.4.0')
s.add_dependency('tzinfo', '~> 0.3.16') s.add_dependency('tzinfo', '~> 0.3.16')
end end

0 comments on commit d103c73

Please sign in to comment.