Skip to content

Commit b9c19e4

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 d34824a commit b9c19e4

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
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: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ GEM
207207
warden (~> 1.2.3)
208208
devise-multi_email (3.0.1)
209209
devise
210-
diff-lcs (1.5.1)
210+
diff-lcs (1.6.2)
211211
docile (1.4.0)
212212
docker-api (2.4.0)
213213
excon (>= 0.64.0)
@@ -227,6 +227,7 @@ GEM
227227
htmlentities (~> 4.3.3)
228228
launchy (>= 2.1, < 4.0)
229229
mail (~> 2.7)
230+
erb (5.0.1)
230231
erubi (1.13.1)
231232
et-orbi (1.2.11)
232233
tzinfo
@@ -390,7 +391,7 @@ GEM
390391
rake
391392
mini_magick (4.13.2)
392393
mini_mime (1.1.5)
393-
mini_portile2 (2.8.8)
394+
mini_portile2 (2.8.9)
394395
minitest (5.25.5)
395396
multi_json (1.15.0)
396397
multipart-post (2.4.1)
@@ -433,15 +434,15 @@ GEM
433434
pragmatic_segmenter (0.3.24)
434435
prettyprint (0.2.0)
435436
progress (3.6.0)
436-
psych (5.2.4)
437+
psych (5.2.6)
437438
date
438439
stringio
439440
public_suffix (6.0.1)
440441
puma (6.6.0)
441442
nio4r (~> 2.0)
442443
raabro (1.4.0)
443444
racc (1.8.1)
444-
rack (3.1.13)
445+
rack (3.1.15)
445446
rack-cors (2.0.2)
446447
rack (>= 2.0.0)
447448
rack-mini-profiler (3.3.1)
@@ -494,7 +495,8 @@ GEM
494495
rb-fsevent (0.11.2)
495496
rb-inotify (0.11.1)
496497
ffi (~> 1.0)
497-
rdoc (6.13.1)
498+
rdoc (6.14.0)
499+
erb
498500
psych (>= 4.0.0)
499501
recaptcha (5.19.0)
500502
record_tag_helper (1.0.1)
@@ -540,28 +542,28 @@ GEM
540542
rspec-core (~> 3.13.0)
541543
rspec-expectations (~> 3.13.0)
542544
rspec-mocks (~> 3.13.0)
543-
rspec-core (3.13.0)
545+
rspec-core (3.13.3)
544546
rspec-support (~> 3.13.0)
545-
rspec-expectations (3.13.1)
547+
rspec-expectations (3.13.4)
546548
diff-lcs (>= 1.2.0, < 2.0)
547549
rspec-support (~> 3.13.0)
548550
rspec-html-matchers (0.10.0)
549551
nokogiri (~> 1)
550552
rspec (>= 3.0.0.a)
551-
rspec-mocks (3.13.1)
553+
rspec-mocks (3.13.4)
552554
diff-lcs (>= 1.2.0, < 2.0)
553555
rspec-support (~> 3.13.0)
554-
rspec-rails (6.1.5)
555-
actionpack (>= 6.1)
556-
activesupport (>= 6.1)
557-
railties (>= 6.1)
556+
rspec-rails (8.0.0)
557+
actionpack (>= 7.2)
558+
activesupport (>= 7.2)
559+
railties (>= 7.2)
558560
rspec-core (~> 3.13)
559561
rspec-expectations (~> 3.13)
560562
rspec-mocks (~> 3.13)
561563
rspec-support (~> 3.13)
562564
rspec-retry (0.6.2)
563565
rspec-core (> 3.3)
564-
rspec-support (3.13.1)
566+
rspec-support (3.13.3)
565567
rspec_junit_formatter (0.6.0)
566568
rspec-core (>= 2, < 4, != 2.12.0)
567569
rubocop (1.73.2)
@@ -757,7 +759,7 @@ DEPENDENCIES
757759
rollbar (>= 1.5.3)
758760
rouge (~> 3)
759761
rspec-html-matchers
760-
rspec-rails (~> 6)
762+
rspec-rails (~> 8)
761763
rspec-retry
762764
rspec_junit_formatter
763765
rubocop (~> 1.73)

0 commit comments

Comments
 (0)