Skip to content

Commit d3a5d18

Browse files
Update rspec-rails requirement from ~> 6.0 to ~> 7.1
Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.0.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 7.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c94edc commit d3a5d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_textfilter_code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_dependency "publify_core", "~> 10.0.0"
2424

2525
s.add_development_dependency "appraisal", "~> 2.3"
26-
s.add_development_dependency "rspec-rails", "~> 6.0"
26+
s.add_development_dependency "rspec-rails", "~> 7.1"
2727
s.add_development_dependency "rubocop", "~> 1.80.2"
2828
s.add_development_dependency "rubocop-capybara", "~> 2.22.1"
2929
s.add_development_dependency "rubocop-factory_bot", "~> 2.27.1"

0 commit comments

Comments
 (0)