Skip to content

Commit 90ebb16

Browse files
chore(deps): update rspec-rails requirement from ~> 7.0 to ~> 8.0
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@v7.0.0...v8.0.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc04083 commit 90ebb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'factory_bot', '~> 6.2'
2222
gem 'minitest', '~> 5.25'
2323
gem 'pry', '~> 0.14'
2424
gem 'rspec', '~> 3.12'
25-
gem 'rspec-rails', '~> 7.0'
25+
gem 'rspec-rails', '~> 8.0'
2626
gem 'rubocop', '~> 1.44'
2727
gem 'rubocop-rake'
2828
gem 'sqlite3', '~> 2.1'

0 commit comments

Comments
 (0)