Skip to content

Commit

Permalink
Depend on latest arel RC
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 24, 2010
1 parent aafb290 commit bc61196
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', '~> 0.4.0')
s.add_dependency('arel', '~> 1.0.0.rc1')
s.add_dependency('tzinfo', '~> 0.3.23')
end

0 comments on commit bc61196

Please sign in to comment.