File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 107
107
108
108
group :development , :test do
109
109
# Use RSpec for Behaviour testing
110
- gem 'rspec-rails' , '~> 6 '
110
+ gem 'rspec-rails' , '~> 8 '
111
111
112
112
gem 'rubocop' , '~> 1.73'
113
113
Original file line number Diff line number Diff line change 207
207
warden (~> 1.2.3 )
208
208
devise-multi_email (3.0.1 )
209
209
devise
210
- diff-lcs (1.5.1 )
210
+ diff-lcs (1.6.2 )
211
211
docile (1.4.0 )
212
212
docker-api (2.4.0 )
213
213
excon (>= 0.64.0 )
227
227
htmlentities (~> 4.3.3 )
228
228
launchy (>= 2.1 , < 4.0 )
229
229
mail (~> 2.7 )
230
+ erb (5.0.1 )
230
231
erubi (1.13.1 )
231
232
et-orbi (1.2.11 )
232
233
tzinfo
390
391
rake
391
392
mini_magick (4.13.2 )
392
393
mini_mime (1.1.5 )
393
- mini_portile2 (2.8.8 )
394
+ mini_portile2 (2.8.9 )
394
395
minitest (5.25.5 )
395
396
multi_json (1.15.0 )
396
397
multipart-post (2.4.1 )
@@ -433,15 +434,15 @@ GEM
433
434
pragmatic_segmenter (0.3.24 )
434
435
prettyprint (0.2.0 )
435
436
progress (3.6.0 )
436
- psych (5.2.4 )
437
+ psych (5.2.6 )
437
438
date
438
439
stringio
439
440
public_suffix (6.0.1 )
440
441
puma (6.6.0 )
441
442
nio4r (~> 2.0 )
442
443
raabro (1.4.0 )
443
444
racc (1.8.1 )
444
- rack (3.1.13 )
445
+ rack (3.1.15 )
445
446
rack-cors (2.0.2 )
446
447
rack (>= 2.0.0 )
447
448
rack-mini-profiler (3.3.1 )
494
495
rb-fsevent (0.11.2 )
495
496
rb-inotify (0.11.1 )
496
497
ffi (~> 1.0 )
497
- rdoc (6.13.1 )
498
+ rdoc (6.14.0 )
499
+ erb
498
500
psych (>= 4.0.0 )
499
501
recaptcha (5.19.0 )
500
502
record_tag_helper (1.0.1 )
@@ -540,28 +542,28 @@ GEM
540
542
rspec-core (~> 3.13.0 )
541
543
rspec-expectations (~> 3.13.0 )
542
544
rspec-mocks (~> 3.13.0 )
543
- rspec-core (3.13.0 )
545
+ rspec-core (3.13.3 )
544
546
rspec-support (~> 3.13.0 )
545
- rspec-expectations (3.13.1 )
547
+ rspec-expectations (3.13.4 )
546
548
diff-lcs (>= 1.2.0 , < 2.0 )
547
549
rspec-support (~> 3.13.0 )
548
550
rspec-html-matchers (0.10.0 )
549
551
nokogiri (~> 1 )
550
552
rspec (>= 3.0.0.a )
551
- rspec-mocks (3.13.1 )
553
+ rspec-mocks (3.13.4 )
552
554
diff-lcs (>= 1.2.0 , < 2.0 )
553
555
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 )
558
560
rspec-core (~> 3.13 )
559
561
rspec-expectations (~> 3.13 )
560
562
rspec-mocks (~> 3.13 )
561
563
rspec-support (~> 3.13 )
562
564
rspec-retry (0.6.2 )
563
565
rspec-core (> 3.3 )
564
- rspec-support (3.13.1 )
566
+ rspec-support (3.13.3 )
565
567
rspec_junit_formatter (0.6.0 )
566
568
rspec-core (>= 2 , < 4 , != 2.12.0 )
567
569
rubocop (1.73.2 )
@@ -757,7 +759,7 @@ DEPENDENCIES
757
759
rollbar (>= 1.5.3 )
758
760
rouge (~> 3 )
759
761
rspec-html-matchers
760
- rspec-rails (~> 6 )
762
+ rspec-rails (~> 8 )
761
763
rspec-retry
762
764
rspec_junit_formatter
763
765
rubocop (~> 1.73 )
You can’t perform that action at this time.
0 commit comments