Skip to content

Commit 4d706da

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 114076e commit 4d706da

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Gemfile

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

107107
group :development, :test do
108108
# Use RSpec for Behaviour testing
109-
gem 'rspec-rails', '~> 6'
109+
gem 'rspec-rails', '~> 7'
110110

111111
gem 'rubocop', '~> 1.66'
112112

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ GEM
253253
http-cookie (1.0.6)
254254
domain_name (~> 0.5)
255255
http_accept_language (2.1.1)
256-
i18n (1.14.5)
256+
i18n (1.14.6)
257257
concurrent-ruby (~> 1.0)
258258
i18n-tasks (1.0.14)
259259
activesupport (>= 4.0.2)
@@ -281,7 +281,7 @@ GEM
281281
image_size (3.4.0)
282282
in_threads (1.6.0)
283283
io-console (0.7.2)
284-
irb (1.14.0)
284+
irb (1.14.1)
285285
rdoc (>= 4.0.0)
286286
reline (>= 0.4.2)
287287
jbuilder (2.12.0)
@@ -379,18 +379,18 @@ GEM
379379
nio4r (~> 2.0)
380380
raabro (1.4.0)
381381
racc (1.8.1)
382-
rack (2.2.9)
382+
rack (3.1.8)
383383
rack-cors (2.0.2)
384384
rack (>= 2.0.0)
385385
rack-mini-profiler (3.3.1)
386386
rack (>= 1.2.0)
387-
rack-session (1.0.2)
388-
rack (< 3)
387+
rack-session (2.0.0)
388+
rack (>= 3.0.0)
389389
rack-test (2.1.0)
390390
rack (>= 1.3)
391-
rackup (1.0.0)
392-
rack (< 3)
393-
webrick
391+
rackup (2.1.0)
392+
rack (>= 3)
393+
webrick (~> 1.8)
394394
rails (7.2.1)
395395
actioncable (= 7.2.1)
396396
actionmailbox (= 7.2.1)
@@ -478,21 +478,21 @@ GEM
478478
rspec-core (~> 3.13.0)
479479
rspec-expectations (~> 3.13.0)
480480
rspec-mocks (~> 3.13.0)
481-
rspec-core (3.13.0)
481+
rspec-core (3.13.2)
482482
rspec-support (~> 3.13.0)
483-
rspec-expectations (3.13.1)
483+
rspec-expectations (3.13.3)
484484
diff-lcs (>= 1.2.0, < 2.0)
485485
rspec-support (~> 3.13.0)
486486
rspec-html-matchers (0.10.0)
487487
nokogiri (~> 1)
488488
rspec (>= 3.0.0.a)
489-
rspec-mocks (3.13.1)
489+
rspec-mocks (3.13.2)
490490
diff-lcs (>= 1.2.0, < 2.0)
491491
rspec-support (~> 3.13.0)
492-
rspec-rails (6.1.5)
493-
actionpack (>= 6.1)
494-
activesupport (>= 6.1)
495-
railties (>= 6.1)
492+
rspec-rails (7.0.1)
493+
actionpack (>= 7.0)
494+
activesupport (>= 7.0)
495+
railties (>= 7.0)
496496
rspec-core (~> 3.13)
497497
rspec-expectations (~> 3.13)
498498
rspec-mocks (~> 3.13)
@@ -603,7 +603,7 @@ GEM
603603
xpath (3.2.0)
604604
nokogiri (~> 1.8)
605605
yard (0.9.37)
606-
zeitwerk (2.6.17)
606+
zeitwerk (2.7.1)
607607

608608
PLATFORMS
609609
ruby
@@ -674,7 +674,7 @@ DEPENDENCIES
674674
rollbar (>= 1.5.3)
675675
rouge (~> 3)
676676
rspec-html-matchers
677-
rspec-rails (~> 6)
677+
rspec-rails (~> 7)
678678
rspec-retry
679679
rspec_junit_formatter
680680
rubocop (~> 1.66)

0 commit comments

Comments
 (0)