Skip to content

Commit cd2b432

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 39349ec commit cd2b432

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
@@ -461,9 +461,9 @@ GEM
461461
rspec-core (~> 3.13.0)
462462
rspec-expectations (~> 3.13.0)
463463
rspec-mocks (~> 3.13.0)
464-
rspec-core (3.13.0)
464+
rspec-core (3.13.1)
465465
rspec-support (~> 3.13.0)
466-
rspec-expectations (3.13.1)
466+
rspec-expectations (3.13.2)
467467
diff-lcs (>= 1.2.0, < 2.0)
468468
rspec-support (~> 3.13.0)
469469
rspec-html-matchers (0.10.0)
@@ -472,10 +472,10 @@ GEM
472472
rspec-mocks (3.13.1)
473473
diff-lcs (>= 1.2.0, < 2.0)
474474
rspec-support (~> 3.13.0)
475-
rspec-rails (6.1.4)
476-
actionpack (>= 6.1)
477-
activesupport (>= 6.1)
478-
railties (>= 6.1)
475+
rspec-rails (7.0.1)
476+
actionpack (>= 7.0)
477+
activesupport (>= 7.0)
478+
railties (>= 7.0)
479479
rspec-core (~> 3.13)
480480
rspec-expectations (~> 3.13)
481481
rspec-mocks (~> 3.13)
@@ -579,7 +579,7 @@ GEM
579579
xpath (3.2.0)
580580
nokogiri (~> 1.8)
581581
yard (0.9.36)
582-
zeitwerk (2.6.17)
582+
zeitwerk (2.6.18)
583583

584584
PLATFORMS
585585
ruby
@@ -649,7 +649,7 @@ DEPENDENCIES
649649
rollbar (>= 1.5.3)
650650
rouge (~> 3)
651651
rspec-html-matchers
652-
rspec-rails (~> 6)
652+
rspec-rails (~> 7)
653653
rspec-retry
654654
rspec_junit_formatter
655655
rubocop (~> 1.66)

0 commit comments

Comments
 (0)