Skip to content

Commit 34a0820

Browse files
chore(deps-dev): bump rspec-rails from 6.1.5 to 7.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v7.1.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 cc27427 commit 34a0820

2 files changed

Lines changed: 22 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.70'
112112

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ GEM
205205
warden (~> 1.2.3)
206206
devise-multi_email (3.0.1)
207207
devise
208-
diff-lcs (1.5.1)
208+
diff-lcs (1.6.0)
209209
docile (1.4.0)
210210
docker-api (2.4.0)
211211
excon (>= 0.64.0)
@@ -307,7 +307,8 @@ GEM
307307
image_size (3.4.0)
308308
in_threads (1.6.0)
309309
io-console (0.8.0)
310-
irb (1.14.3)
310+
irb (1.15.1)
311+
pp (>= 0.6.0)
311312
rdoc (>= 4.0.0)
312313
reline (>= 0.4.2)
313314
jbuilder (2.13.0)
@@ -349,7 +350,7 @@ GEM
349350
listen (3.9.0)
350351
rb-fsevent (~> 0.10, >= 0.10.3)
351352
rb-inotify (~> 0.9, >= 0.9.10)
352-
logger (1.6.5)
353+
logger (1.6.6)
353354
lograge (0.14.0)
354355
actionpack (>= 4)
355356
activesupport (>= 4)
@@ -419,17 +420,20 @@ GEM
419420
ttfunk
420421
pg (1.5.9)
421422
pgvector (0.3.2)
423+
pp (0.6.2)
424+
prettyprint
422425
pragmatic_segmenter (0.3.24)
426+
prettyprint (0.2.0)
423427
progress (3.6.0)
424-
psych (5.2.2)
428+
psych (5.2.3)
425429
date
426430
stringio
427431
public_suffix (6.0.1)
428432
puma (6.5.0)
429433
nio4r (~> 2.0)
430434
raabro (1.4.0)
431435
racc (1.8.1)
432-
rack (3.1.9)
436+
rack (3.1.11)
433437
rack-cors (2.0.2)
434438
rack (>= 2.0.0)
435439
rack-mini-profiler (3.3.1)
@@ -482,7 +486,7 @@ GEM
482486
rb-fsevent (0.11.2)
483487
rb-inotify (0.11.1)
484488
ffi (~> 1.0)
485-
rdoc (6.10.0)
489+
rdoc (6.12.0)
486490
psych (>= 4.0.0)
487491
recaptcha (5.19.0)
488492
record_tag_helper (1.0.1)
@@ -528,28 +532,28 @@ GEM
528532
rspec-core (~> 3.13.0)
529533
rspec-expectations (~> 3.13.0)
530534
rspec-mocks (~> 3.13.0)
531-
rspec-core (3.13.0)
535+
rspec-core (3.13.3)
532536
rspec-support (~> 3.13.0)
533-
rspec-expectations (3.13.1)
537+
rspec-expectations (3.13.3)
534538
diff-lcs (>= 1.2.0, < 2.0)
535539
rspec-support (~> 3.13.0)
536540
rspec-html-matchers (0.10.0)
537541
nokogiri (~> 1)
538542
rspec (>= 3.0.0.a)
539-
rspec-mocks (3.13.1)
543+
rspec-mocks (3.13.2)
540544
diff-lcs (>= 1.2.0, < 2.0)
541545
rspec-support (~> 3.13.0)
542-
rspec-rails (6.1.5)
543-
actionpack (>= 6.1)
544-
activesupport (>= 6.1)
545-
railties (>= 6.1)
546+
rspec-rails (7.1.1)
547+
actionpack (>= 7.0)
548+
activesupport (>= 7.0)
549+
railties (>= 7.0)
546550
rspec-core (~> 3.13)
547551
rspec-expectations (~> 3.13)
548552
rspec-mocks (~> 3.13)
549553
rspec-support (~> 3.13)
550554
rspec-retry (0.6.2)
551555
rspec-core (> 3.3)
552-
rspec-support (3.13.1)
556+
rspec-support (3.13.2)
553557
rspec_junit_formatter (0.6.0)
554558
rspec-core (>= 2, < 4, != 2.12.0)
555559
rubocop (1.70.0)
@@ -626,7 +630,7 @@ GEM
626630
rack (>= 2.2.4, < 4)
627631
ssrf_filter (1.2.0)
628632
stackprof (0.2.27)
629-
stringio (3.1.2)
633+
stringio (3.1.5)
630634
temple (0.10.3)
631635
terminal-table (3.0.2)
632636
unicode-display_width (>= 1.1.1, < 3)
@@ -662,7 +666,7 @@ GEM
662666
xpath (3.2.0)
663667
nokogiri (~> 1.8)
664668
yard (0.9.37)
665-
zeitwerk (2.7.1)
669+
zeitwerk (2.7.2)
666670

667671
PLATFORMS
668672
ruby
@@ -739,7 +743,7 @@ DEPENDENCIES
739743
rollbar (>= 1.5.3)
740744
rouge (~> 3)
741745
rspec-html-matchers
742-
rspec-rails (~> 6)
746+
rspec-rails (~> 7)
743747
rspec-retry
744748
rspec_junit_formatter
745749
rubocop (~> 1.70)

0 commit comments

Comments
 (0)