Skip to content

Commit 5b2bede

Browse files
chore(deps-dev): bump rspec-rails from 6.1.4 to 7.0.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.4...v7.0.1) --- 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 65ab705 commit 5b2bede

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ end
101101

102102
group :development, :test do
103103
# Use RSpec for Behaviour testing
104-
gem 'rspec-rails', '~> 6'
104+
gem 'rspec-rails', '~> 7'
105105

106106
gem 'rubocop', '~> 1.66'
107107

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ GEM
460460
rspec-core (~> 3.13.0)
461461
rspec-expectations (~> 3.13.0)
462462
rspec-mocks (~> 3.13.0)
463-
rspec-core (3.13.0)
463+
rspec-core (3.13.1)
464464
rspec-support (~> 3.13.0)
465-
rspec-expectations (3.13.1)
465+
rspec-expectations (3.13.2)
466466
diff-lcs (>= 1.2.0, < 2.0)
467467
rspec-support (~> 3.13.0)
468468
rspec-html-matchers (0.10.0)
@@ -471,10 +471,10 @@ GEM
471471
rspec-mocks (3.13.1)
472472
diff-lcs (>= 1.2.0, < 2.0)
473473
rspec-support (~> 3.13.0)
474-
rspec-rails (6.1.4)
475-
actionpack (>= 6.1)
476-
activesupport (>= 6.1)
477-
railties (>= 6.1)
474+
rspec-rails (7.0.1)
475+
actionpack (>= 7.0)
476+
activesupport (>= 7.0)
477+
railties (>= 7.0)
478478
rspec-core (~> 3.13)
479479
rspec-expectations (~> 3.13)
480480
rspec-mocks (~> 3.13)
@@ -577,7 +577,7 @@ GEM
577577
xpath (3.2.0)
578578
nokogiri (~> 1.8)
579579
yard (0.9.37)
580-
zeitwerk (2.6.17)
580+
zeitwerk (2.6.18)
581581

582582
PLATFORMS
583583
ruby
@@ -647,7 +647,7 @@ DEPENDENCIES
647647
rollbar (>= 1.5.3)
648648
rouge (~> 3)
649649
rspec-html-matchers
650-
rspec-rails (~> 6)
650+
rspec-rails (~> 7)
651651
rspec-retry
652652
rspec_junit_formatter
653653
rubocop (~> 1.66)

0 commit comments

Comments
 (0)