aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-12-29 11:39:55 -0700
committerSean Griffin <sean@thoughtbot.com>2014-12-29 11:39:55 -0700
commit2223f491576f8f2c1c38fa5acbbe62dc9d715c75 (patch)
tree74adb25a8351c05d92d624c55c0098364b585b27 /activerecord/activerecord.gemspec
parentf916aa247bddba0c58c50822886bc29e8556df76 (diff)
downloadrails-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.gemspec2
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