Skip to content

Commit d48b192

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 662c600 commit d48b192

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
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
s.add_dependency "htmlentities", "~> 4.3"
2323
s.add_dependency "publify_core", "~> 10.0.0"
2424

25-
s.add_development_dependency "rspec-rails", "~> 6.0"
25+
s.add_development_dependency "rspec-rails", "~> 7.1"
2626
s.add_development_dependency "rubocop", "~> 1.75.6"
2727
s.add_development_dependency "rubocop-performance", "~> 1.23.1"
2828
s.add_development_dependency "rubocop-rails", "~> 2.32.0"

0 commit comments

Comments
 (0)