Skip to content

Commit 6faee34

Browse files
Update rspec-rails versions
These versions were very old. Version 5.x is for Rails 5.2 and 6.x. 7.0 was removed from our CI tests so these are much older than we are testing. We added Rails 8 to the CI tests which means we should be using rspec-rails 8.x.
1 parent 721f64c commit 6faee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidus_dev_support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.add_dependency "github_changelog_generator", "~> 1.15"
4040
spec.add_dependency "puma", ">= 4.3", "< 7.0"
4141
spec.add_dependency "rspec_junit_formatter"
42-
spec.add_dependency "rspec-rails", ">= 5.0", "< 7.0"
42+
spec.add_dependency "rspec-rails", ">= 6.0", "< 9.0"
4343
spec.add_dependency "selenium-webdriver", "~> 4.11"
4444
spec.add_dependency "simplecov-cobertura", "~> 2.1"
4545
spec.add_dependency "solidus_core", [">= 2.0", "< 5"]

0 commit comments

Comments
 (0)