Gemfile in racecar-2.9.0.beta1 vs Gemfile in racecar-2.9.0
- old
+ new
@@ -3,8 +3,8 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in racecar.gemspec
gemspec
-# We actually support version 6.0 (see gemspec); this extra restriction is added just for running the test suite also
-# on Ruby 2.4, which activesupport 6.0 no longer supports
-gem 'activesupport', '< 6.0'
+# We actually support version 7.x (see gemspec); this extra restriction is added just for running the test suite also
+# on Ruby 2.6, which activesupport 7.0 does not support.
+gem 'activesupport', '~> 6.1.0'