Skip to content

Commit 394651d

Browse files
committed
Allow rspec-rails 6
rspec-rails < 6.0.2 is incompatible with Rails 7.1 because of stricter view path typecasting in Rails 7.1. This bug is fixed in rspec-rails 6.0.2. Without this, controller specs in extensions will break. rspec/rspec-rails#2631
1 parent b1b9aab commit 394651d

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
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040
spec.add_dependency 'github_changelog_generator', '~> 1.15'
4141
spec.add_dependency 'puma', '>= 4.3', '< 7.0'
4242
spec.add_dependency 'rspec_junit_formatter'
43-
spec.add_dependency 'rspec-rails', '>= 4.0.0.beta3', '< 6.0'
43+
spec.add_dependency 'rspec-rails', '>= 4.0.0.beta3', '< 7.0'
4444
spec.add_dependency 'rubocop', '~> 1.0'
4545
spec.add_dependency 'rubocop-performance', '~> 1.5'
4646
spec.add_dependency 'rubocop-rails', '~> 2.3'

0 commit comments

Comments
 (0)