diff --git a/test/support/acceptance_test.rb b/test/support/acceptance_test.rb index fa28f043..1aee4ef1 100644 --- a/test/support/acceptance_test.rb +++ b/test/support/acceptance_test.rb @@ -12,9 +12,7 @@ class AcceptanceTest < ActiveSupport::TestCase def rails_version if ENV['RAILS_VERSION'] == "edge" - "7.1.0.alpha" - elsif ENV['RAILS_VERSION'] == "7.0" - ">= 7.0.0.alpha" + ">= 7.1.0.alpha" else "~> #{ENV['RAILS_VERSION'] || "6.1"}.0" end