Skip to content

Commit d26c478

Browse files
build(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0
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]>
1 parent 76b958e commit d26c478

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
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-collection_matchers'
8383
gem 'rspec-instafail'
8484
gem 'rspec-its'
85-
gem 'rspec-rails', '~> 7.0.1'
85+
gem 'rspec-rails', '~> 7.1.0'
8686
gem 'rspec-wait'
8787
gem 'rubocop', '~> 1.68.0'
8888
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
backport (1.2.0)
113113
base64 (0.2.0)
114114
beefcake (1.0.0)
115-
benchmark (0.3.0)
115+
benchmark (0.4.0)
116116
bigdecimal (3.1.8)
117117
bit-struct (0.17)
118118
builder (3.3.0)
@@ -375,7 +375,7 @@ GEM
375375
pry-byebug (3.10.1)
376376
byebug (~> 11.0)
377377
pry (>= 0.13, < 0.15)
378-
psych (5.1.2)
378+
psych (5.2.0)
379379
stringio
380380
public_suffix (6.0.1)
381381
puma (6.4.3)
@@ -389,7 +389,7 @@ GEM
389389
rack (< 3)
390390
rack-test (2.1.0)
391391
rack (>= 1.3)
392-
rackup (1.0.0)
392+
rackup (1.0.1)
393393
rack (< 3)
394394
webrick
395395
rails-dom-testing (2.2.0)
@@ -420,7 +420,7 @@ GEM
420420
redis-client (0.22.2)
421421
connection_pool
422422
regexp_parser (2.9.2)
423-
reline (0.5.10)
423+
reline (0.5.11)
424424
io-console (~> 0.5)
425425
representable (3.2.0)
426426
declarative (< 0.1.0)
@@ -453,10 +453,10 @@ GEM
453453
rspec-its (2.0.0)
454454
rspec-core (>= 3.13.0)
455455
rspec-expectations (>= 3.13.0)
456-
rspec-mocks (3.13.1)
456+
rspec-mocks (3.13.2)
457457
diff-lcs (>= 1.2.0, < 2.0)
458458
rspec-support (~> 3.13.0)
459-
rspec-rails (7.0.1)
459+
rspec-rails (7.1.0)
460460
actionpack (>= 7.0)
461461
activesupport (>= 7.0)
462462
railties (>= 7.0)
@@ -504,7 +504,7 @@ GEM
504504
ruby_parser (3.8.3)
505505
sexp_processor (~> 4.1)
506506
rubyzip (2.3.2)
507-
securerandom (0.3.1)
507+
securerandom (0.3.2)
508508
sequel (5.86.0)
509509
bigdecimal
510510
sequel_pg (1.17.1)
@@ -556,7 +556,7 @@ GEM
556556
steno (1.3.5)
557557
fluent-logger
558558
yajl-ruby (~> 1.0)
559-
stringio (3.1.1)
559+
stringio (3.1.2)
560560
talentbox-delayed_job_sequel (4.3.0)
561561
delayed_job (~> 4.1.0)
562562
sequel (>= 3.38, < 6.0)
@@ -582,12 +582,12 @@ GEM
582582
addressable (>= 2.8.0)
583583
crack (>= 0.3.2)
584584
hashdiff (>= 0.4.0, < 2.0.0)
585-
webrick (1.8.2)
585+
webrick (1.9.0)
586586
xml-simple (1.1.9)
587587
rexml
588588
yajl-ruby (1.4.3)
589589
yard (0.9.36)
590-
zeitwerk (2.6.18)
590+
zeitwerk (2.7.1)
591591

592592
PLATFORMS
593593
ruby
@@ -655,7 +655,7 @@ DEPENDENCIES
655655
rspec-collection_matchers
656656
rspec-instafail
657657
rspec-its
658-
rspec-rails (~> 7.0.1)
658+
rspec-rails (~> 7.1.0)
659659
rspec-wait
660660
rspec_api_documentation (>= 6.1.0)
661661
rubocop (~> 1.68.0)

0 commit comments

Comments
 (0)