Skip to content

Commit d57ef55

Browse files
Bump rspec-rails from 6.1.5 to 7.1.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 7.1.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v7.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 575cd92 commit d57ef55

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :development, :test do
1717
gem "debug"
1818
gem "brakeman", require: false
1919
gem "rubocop-rails-omakase", require: false
20-
gem "rspec-rails", "~> 6.0"
20+
gem "rspec-rails", "~> 7.1"
2121
end
2222

2323
group :test do

Gemfile.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ GEM
231231
rspec-mocks (3.13.2)
232232
diff-lcs (>= 1.2.0, < 2.0)
233233
rspec-support (~> 3.13.0)
234-
rspec-rails (6.1.5)
235-
actionpack (>= 6.1)
236-
activesupport (>= 6.1)
237-
railties (>= 6.1)
234+
rspec-rails (7.1.0)
235+
actionpack (>= 7.0)
236+
activesupport (>= 7.0)
237+
railties (>= 7.0)
238238
rspec-core (~> 3.13)
239239
rspec-expectations (~> 3.13)
240240
rspec-mocks (~> 3.13)
@@ -303,12 +303,11 @@ DEPENDENCIES
303303
factory_bot_rails
304304
faker
305305
jwt
306-
nokogiri
307306
pg (~> 1.1)
308307
puma (>= 5.0)
309308
rack-cors
310309
rails (~> 8.0)
311-
rspec-rails (~> 6.0)
310+
rspec-rails (~> 7.1)
312311
rubocop-rails-omakase
313312
tzinfo-data
314313

0 commit comments

Comments
 (0)