Skip to content

Commit 26226d0

Browse files
build(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0 (#4083)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c3a818 commit 26226d0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ group :test do
8080
gem 'rspec-collection_matchers'
8181
gem 'rspec-instafail'
8282
gem 'rspec-its'
83-
gem 'rspec-rails', '~> 7.0.1'
83+
gem 'rspec-rails', '~> 7.1.0'
8484
gem 'rspec-wait'
8585
gem 'rubocop', '~> 1.68.0'
8686
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
backport (1.2.0)
106106
base64 (0.2.0)
107107
beefcake (1.0.0)
108-
benchmark (0.3.0)
108+
benchmark (0.4.0)
109109
bigdecimal (3.1.8)
110110
bit-struct (0.17)
111111
builder (3.3.0)
@@ -358,7 +358,7 @@ GEM
358358
pry-byebug (3.10.1)
359359
byebug (~> 11.0)
360360
pry (>= 0.13, < 0.15)
361-
psych (5.1.2)
361+
psych (5.2.0)
362362
stringio
363363
public_suffix (6.0.1)
364364
puma (6.4.3)
@@ -372,7 +372,7 @@ GEM
372372
rack (< 3)
373373
rack-test (2.1.0)
374374
rack (>= 1.3)
375-
rackup (1.0.0)
375+
rackup (1.0.1)
376376
rack (< 3)
377377
webrick
378378
rails-dom-testing (2.2.0)
@@ -403,7 +403,7 @@ GEM
403403
redis-client (0.22.2)
404404
connection_pool
405405
regexp_parser (2.9.2)
406-
reline (0.5.10)
406+
reline (0.5.11)
407407
io-console (~> 0.5)
408408
representable (3.2.0)
409409
declarative (< 0.1.0)
@@ -436,10 +436,10 @@ GEM
436436
rspec-its (2.0.0)
437437
rspec-core (>= 3.13.0)
438438
rspec-expectations (>= 3.13.0)
439-
rspec-mocks (3.13.1)
439+
rspec-mocks (3.13.2)
440440
diff-lcs (>= 1.2.0, < 2.0)
441441
rspec-support (~> 3.13.0)
442-
rspec-rails (7.0.1)
442+
rspec-rails (7.1.0)
443443
actionpack (>= 7.0)
444444
activesupport (>= 7.0)
445445
railties (>= 7.0)
@@ -487,7 +487,7 @@ GEM
487487
ruby_parser (3.8.3)
488488
sexp_processor (~> 4.1)
489489
rubyzip (2.3.2)
490-
securerandom (0.3.1)
490+
securerandom (0.3.2)
491491
sequel (5.86.0)
492492
bigdecimal
493493
sequel_pg (1.17.1)
@@ -539,7 +539,7 @@ GEM
539539
steno (1.3.5)
540540
fluent-logger
541541
yajl-ruby (~> 1.0)
542-
stringio (3.1.1)
542+
stringio (3.1.2)
543543
talentbox-delayed_job_sequel (4.3.0)
544544
delayed_job (~> 4.1.0)
545545
sequel (>= 3.38, < 6.0)
@@ -565,12 +565,12 @@ GEM
565565
addressable (>= 2.8.0)
566566
crack (>= 0.3.2)
567567
hashdiff (>= 0.4.0, < 2.0.0)
568-
webrick (1.8.2)
568+
webrick (1.9.0)
569569
xml-simple (1.1.9)
570570
rexml
571571
yajl-ruby (1.4.3)
572572
yard (0.9.36)
573-
zeitwerk (2.6.18)
573+
zeitwerk (2.7.1)
574574

575575
PLATFORMS
576576
ruby
@@ -637,7 +637,7 @@ DEPENDENCIES
637637
rspec-collection_matchers
638638
rspec-instafail
639639
rspec-its
640-
rspec-rails (~> 7.0.1)
640+
rspec-rails (~> 7.1.0)
641641
rspec-wait
642642
rspec_api_documentation (>= 6.1.0)
643643
rubocop (~> 1.68.0)

0 commit comments

Comments
 (0)