diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-12-29 11:39:55 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-12-29 11:39:55 -0700 |
commit | 2223f491576f8f2c1c38fa5acbbe62dc9d715c75 (patch) | |
tree | 74adb25a8351c05d92d624c55c0098364b585b27 /activerecord/activerecord.gemspec | |
parent | f916aa247bddba0c58c50822886bc29e8556df76 (diff) | |
download | rails-2223f491576f8f2c1c38fa5acbbe62dc9d715c75.tar.gz rails-2223f491576f8f2c1c38fa5acbbe62dc9d715c75.tar.bz2 rails-2223f491576f8f2c1c38fa5acbbe62dc9d715c75.zip |
Require Arel 7.0.0.alpha
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r-- | activerecord/activerecord.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec index 6a00605ce1..c5cd0c89f7 100644 --- a/activerecord/activerecord.gemspec +++ b/activerecord/activerecord.gemspec @@ -24,5 +24,5 @@ Gem::Specification.new do |s| s.add_dependency 'activesupport', version s.add_dependency 'activemodel', version - s.add_dependency 'arel', '~> 6.0' + s.add_dependency 'arel', '7.0.0.alpha' end |