Skip to content

Commit a9903e5

Browse files
Update rspec-rails requirement from ~> 5 to ~> 6
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@v5.0.0...v6.1.3) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5604669 commit a9903e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govuk_admin_template.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
2323

2424
gem.add_development_dependency "capybara", "~> 3"
2525
gem.add_development_dependency "climate_control", "~> 1"
26-
gem.add_development_dependency "rspec-rails", "~> 5"
26+
gem.add_development_dependency "rspec-rails", "~> 6"
2727
gem.add_development_dependency "rubocop-govuk", "5.0.2"
2828
gem.add_development_dependency "sassc-rails", "~> 2"
2929
end

0 commit comments

Comments
 (0)