Skip to content

Commit 5738d7c

Browse files
chore(deps-dev): bump rspec-rails from 6.1.5 to 8.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab98093 commit 5738d7c

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

Gemfile

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

108108
group :development, :test do
109109
# Use RSpec for Behaviour testing
110-
gem 'rspec-rails', '~> 6'
110+
gem 'rspec-rails', '~> 8'
111111

112112
gem 'rubocop', '~> 1.73'
113113

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
ssrf_filter (~> 1.0)
190190
childprocess (5.0.0)
191191
concurrent-ruby (1.3.5)
192-
connection_pool (2.5.0)
192+
connection_pool (2.5.3)
193193
consistency_fail (0.3.7)
194194
crass (1.0.6)
195195
cronex (0.15.0)
@@ -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.1)
209209
docile (1.4.0)
210210
docker-api (2.4.0)
211211
excon (>= 0.64.0)
@@ -310,7 +310,8 @@ GEM
310310
image_size (3.4.0)
311311
in_threads (1.6.0)
312312
io-console (0.8.0)
313-
irb (1.14.3)
313+
irb (1.15.2)
314+
pp (>= 0.6.0)
314315
rdoc (>= 4.0.0)
315316
reline (>= 0.4.2)
316317
jbuilder (2.13.0)
@@ -353,7 +354,7 @@ GEM
353354
listen (3.9.0)
354355
rb-fsevent (~> 0.10, >= 0.10.3)
355356
rb-inotify (~> 0.9, >= 0.9.10)
356-
logger (1.6.6)
357+
logger (1.7.0)
357358
lograge (0.14.0)
358359
actionpack (>= 4)
359360
activesupport (>= 4)
@@ -423,17 +424,20 @@ GEM
423424
ttfunk
424425
pg (1.5.9)
425426
pgvector (0.3.2)
427+
pp (0.6.2)
428+
prettyprint
426429
pragmatic_segmenter (0.3.24)
430+
prettyprint (0.2.0)
427431
progress (3.6.0)
428-
psych (5.2.2)
432+
psych (5.2.3)
429433
date
430434
stringio
431435
public_suffix (6.0.1)
432436
puma (6.5.0)
433437
nio4r (~> 2.0)
434438
raabro (1.4.0)
435439
racc (1.8.1)
436-
rack (3.1.12)
440+
rack (3.1.13)
437441
rack-cors (2.0.2)
438442
rack (>= 2.0.0)
439443
rack-mini-profiler (3.3.1)
@@ -486,7 +490,7 @@ GEM
486490
rb-fsevent (0.11.2)
487491
rb-inotify (0.11.1)
488492
ffi (~> 1.0)
489-
rdoc (6.10.0)
493+
rdoc (6.13.1)
490494
psych (>= 4.0.0)
491495
recaptcha (5.19.0)
492496
record_tag_helper (1.0.1)
@@ -512,7 +516,7 @@ GEM
512516
redis-store (1.10.0)
513517
redis (>= 4, < 6)
514518
regexp_parser (2.10.0)
515-
reline (0.6.0)
519+
reline (0.6.1)
516520
io-console (~> 0.5)
517521
request_store (1.7.0)
518522
rack (>= 1.4)
@@ -532,28 +536,28 @@ GEM
532536
rspec-core (~> 3.13.0)
533537
rspec-expectations (~> 3.13.0)
534538
rspec-mocks (~> 3.13.0)
535-
rspec-core (3.13.0)
539+
rspec-core (3.13.3)
536540
rspec-support (~> 3.13.0)
537-
rspec-expectations (3.13.1)
541+
rspec-expectations (3.13.3)
538542
diff-lcs (>= 1.2.0, < 2.0)
539543
rspec-support (~> 3.13.0)
540544
rspec-html-matchers (0.10.0)
541545
nokogiri (~> 1)
542546
rspec (>= 3.0.0.a)
543-
rspec-mocks (3.13.1)
547+
rspec-mocks (3.13.2)
544548
diff-lcs (>= 1.2.0, < 2.0)
545549
rspec-support (~> 3.13.0)
546-
rspec-rails (6.1.5)
547-
actionpack (>= 6.1)
548-
activesupport (>= 6.1)
549-
railties (>= 6.1)
550+
rspec-rails (8.0.0)
551+
actionpack (>= 7.2)
552+
activesupport (>= 7.2)
553+
railties (>= 7.2)
550554
rspec-core (~> 3.13)
551555
rspec-expectations (~> 3.13)
552556
rspec-mocks (~> 3.13)
553557
rspec-support (~> 3.13)
554558
rspec-retry (0.6.2)
555559
rspec-core (> 3.3)
556-
rspec-support (3.13.1)
560+
rspec-support (3.13.2)
557561
rspec_junit_formatter (0.6.0)
558562
rspec-core (>= 2, < 4, != 2.12.0)
559563
rubocop (1.73.2)
@@ -632,7 +636,7 @@ GEM
632636
rack (>= 2.2.4, < 4)
633637
ssrf_filter (1.2.0)
634638
stackprof (0.2.27)
635-
stringio (3.1.2)
639+
stringio (3.1.7)
636640
temple (0.10.3)
637641
terminal-table (3.0.2)
638642
unicode-display_width (>= 1.1.1, < 3)
@@ -747,7 +751,7 @@ DEPENDENCIES
747751
rollbar (>= 1.5.3)
748752
rouge (~> 3)
749753
rspec-html-matchers
750-
rspec-rails (~> 6)
754+
rspec-rails (~> 8)
751755
rspec-retry
752756
rspec_junit_formatter
753757
rubocop (~> 1.73)

0 commit comments

Comments
 (0)