Skip to content

Commit 6d57741

Browse files
authored
Merge pull request #689 from citizensadvice/dependabot/bundler/regular-updates-621df06273
[dependabot:bundler] Bump the regular-updates group across 1 directory with 3 updates
2 parents 1dbdce4 + a470c12 commit 6d57741

2 files changed

Lines changed: 67 additions & 66 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.4.7"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem "rails", "~> 8.0.3"
9+
gem "rails", "~> 8.0.4"
1010

1111
gem "propshaft"
1212

Gemfile.lock

Lines changed: 66 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -49,65 +49,65 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actioncable (8.0.3)
53-
actionpack (= 8.0.3)
54-
activesupport (= 8.0.3)
52+
actioncable (8.0.4)
53+
actionpack (= 8.0.4)
54+
activesupport (= 8.0.4)
5555
nio4r (~> 2.0)
5656
websocket-driver (>= 0.6.1)
5757
zeitwerk (~> 2.6)
58-
actionmailbox (8.0.3)
59-
actionpack (= 8.0.3)
60-
activejob (= 8.0.3)
61-
activerecord (= 8.0.3)
62-
activestorage (= 8.0.3)
63-
activesupport (= 8.0.3)
58+
actionmailbox (8.0.4)
59+
actionpack (= 8.0.4)
60+
activejob (= 8.0.4)
61+
activerecord (= 8.0.4)
62+
activestorage (= 8.0.4)
63+
activesupport (= 8.0.4)
6464
mail (>= 2.8.0)
65-
actionmailer (8.0.3)
66-
actionpack (= 8.0.3)
67-
actionview (= 8.0.3)
68-
activejob (= 8.0.3)
69-
activesupport (= 8.0.3)
65+
actionmailer (8.0.4)
66+
actionpack (= 8.0.4)
67+
actionview (= 8.0.4)
68+
activejob (= 8.0.4)
69+
activesupport (= 8.0.4)
7070
mail (>= 2.8.0)
7171
rails-dom-testing (~> 2.2)
72-
actionpack (8.0.3)
73-
actionview (= 8.0.3)
74-
activesupport (= 8.0.3)
72+
actionpack (8.0.4)
73+
actionview (= 8.0.4)
74+
activesupport (= 8.0.4)
7575
nokogiri (>= 1.8.5)
7676
rack (>= 2.2.4)
7777
rack-session (>= 1.0.1)
7878
rack-test (>= 0.6.3)
7979
rails-dom-testing (~> 2.2)
8080
rails-html-sanitizer (~> 1.6)
8181
useragent (~> 0.16)
82-
actiontext (8.0.3)
83-
actionpack (= 8.0.3)
84-
activerecord (= 8.0.3)
85-
activestorage (= 8.0.3)
86-
activesupport (= 8.0.3)
82+
actiontext (8.0.4)
83+
actionpack (= 8.0.4)
84+
activerecord (= 8.0.4)
85+
activestorage (= 8.0.4)
86+
activesupport (= 8.0.4)
8787
globalid (>= 0.6.0)
8888
nokogiri (>= 1.8.5)
89-
actionview (8.0.3)
90-
activesupport (= 8.0.3)
89+
actionview (8.0.4)
90+
activesupport (= 8.0.4)
9191
builder (~> 3.1)
9292
erubi (~> 1.11)
9393
rails-dom-testing (~> 2.2)
9494
rails-html-sanitizer (~> 1.6)
95-
activejob (8.0.3)
96-
activesupport (= 8.0.3)
95+
activejob (8.0.4)
96+
activesupport (= 8.0.4)
9797
globalid (>= 0.3.6)
98-
activemodel (8.0.3)
99-
activesupport (= 8.0.3)
100-
activerecord (8.0.3)
101-
activemodel (= 8.0.3)
102-
activesupport (= 8.0.3)
98+
activemodel (8.0.4)
99+
activesupport (= 8.0.4)
100+
activerecord (8.0.4)
101+
activemodel (= 8.0.4)
102+
activesupport (= 8.0.4)
103103
timeout (>= 0.4.0)
104-
activestorage (8.0.3)
105-
actionpack (= 8.0.3)
106-
activejob (= 8.0.3)
107-
activerecord (= 8.0.3)
108-
activesupport (= 8.0.3)
104+
activestorage (8.0.4)
105+
actionpack (= 8.0.4)
106+
activejob (= 8.0.4)
107+
activerecord (= 8.0.4)
108+
activesupport (= 8.0.4)
109109
marcel (~> 1.0)
110-
activesupport (8.0.3)
110+
activesupport (8.0.4)
111111
base64
112112
benchmark (>= 0.3)
113113
bigdecimal
@@ -129,7 +129,7 @@ GEM
129129
bindex (0.8.1)
130130
bootsnap (1.18.6)
131131
msgpack (~> 1.2)
132-
brakeman (7.1.0)
132+
brakeman (7.1.1)
133133
racc
134134
builder (3.3.0)
135135
bundler-audit (0.9.2)
@@ -191,7 +191,7 @@ GEM
191191
logger
192192
msgpack
193193
datadog-ruby_core_source (3.4.1)
194-
date (3.4.1)
194+
date (3.5.0)
195195
debug (1.11.0)
196196
irb (~> 1.10)
197197
reline (>= 0.3.8)
@@ -201,7 +201,7 @@ GEM
201201
dotenv (= 3.1.8)
202202
railties (>= 6.1)
203203
drb (2.2.3)
204-
erb (5.0.3)
204+
erb (5.1.3)
205205
erubi (1.13.1)
206206
factory_bot (6.5.5)
207207
activesupport (>= 6.1.0)
@@ -254,7 +254,7 @@ GEM
254254
i18n (1.14.7)
255255
concurrent-ruby (~> 1.0)
256256
io-console (0.8.1)
257-
irb (1.15.2)
257+
irb (1.15.3)
258258
pp (>= 0.6.0)
259259
rdoc (>= 4.0.0)
260260
reline (>= 0.4.2)
@@ -286,7 +286,8 @@ GEM
286286
loofah (2.24.1)
287287
crass (~> 1.0.2)
288288
nokogiri (>= 1.12.0)
289-
mail (2.8.1)
289+
mail (2.9.0)
290+
logger
290291
mini_mime (>= 0.1.1)
291292
net-imap
292293
net-pop
@@ -314,7 +315,7 @@ GEM
314315
timeout
315316
net-smtp (0.5.1)
316317
net-protocol
317-
nio4r (2.7.4)
318+
nio4r (2.7.5)
318319
nokogiri (1.18.10-aarch64-linux-musl)
319320
racc (~> 1.4)
320321
nokogiri (1.18.10-arm64-darwin)
@@ -360,20 +361,20 @@ GEM
360361
rack (>= 1.3)
361362
rackup (2.2.1)
362363
rack (>= 3)
363-
rails (8.0.3)
364-
actioncable (= 8.0.3)
365-
actionmailbox (= 8.0.3)
366-
actionmailer (= 8.0.3)
367-
actionpack (= 8.0.3)
368-
actiontext (= 8.0.3)
369-
actionview (= 8.0.3)
370-
activejob (= 8.0.3)
371-
activemodel (= 8.0.3)
372-
activerecord (= 8.0.3)
373-
activestorage (= 8.0.3)
374-
activesupport (= 8.0.3)
364+
rails (8.0.4)
365+
actioncable (= 8.0.4)
366+
actionmailbox (= 8.0.4)
367+
actionmailer (= 8.0.4)
368+
actionpack (= 8.0.4)
369+
actiontext (= 8.0.4)
370+
actionview (= 8.0.4)
371+
activejob (= 8.0.4)
372+
activemodel (= 8.0.4)
373+
activerecord (= 8.0.4)
374+
activestorage (= 8.0.4)
375+
activesupport (= 8.0.4)
375376
bundler (>= 1.15.0)
376-
railties (= 8.0.3)
377+
railties (= 8.0.4)
377378
rails-controller-testing (1.0.5)
378379
actionpack (>= 5.0.1.rc1)
379380
actionview (>= 5.0.1.rc1)
@@ -392,18 +393,18 @@ GEM
392393
rack
393394
railties (>= 5.1)
394395
semantic_logger (~> 4.16)
395-
railties (8.0.3)
396-
actionpack (= 8.0.3)
397-
activesupport (= 8.0.3)
396+
railties (8.0.4)
397+
actionpack (= 8.0.4)
398+
activesupport (= 8.0.4)
398399
irb (~> 1.13)
399400
rackup (>= 1.0.0)
400401
rake (>= 12.2)
401402
thor (~> 1.0, >= 1.2.2)
402403
tsort (>= 0.2)
403404
zeitwerk (~> 2.6)
404405
rainbow (3.1.1)
405-
rake (13.3.0)
406-
rdoc (6.15.0)
406+
rake (13.3.1)
407+
rdoc (6.15.1)
407408
erb
408409
psych (>= 4.0.0)
409410
tsort
@@ -487,7 +488,7 @@ GEM
487488
temple (0.10.4)
488489
thor (1.4.0)
489490
tilt (2.6.1)
490-
timeout (0.4.3)
491+
timeout (0.4.4)
491492
tomlrb (2.0.3)
492493
tsort (0.2.0)
493494
tzinfo (2.0.6)
@@ -497,7 +498,7 @@ GEM
497498
unicode-display_width (3.2.0)
498499
unicode-emoji (~> 4.1)
499500
unicode-emoji (4.1.0)
500-
uri (1.1.0)
501+
uri (1.1.1)
501502
useragent (0.16.11)
502503
vcr (6.3.1)
503504
base64
@@ -513,7 +514,7 @@ GEM
513514
nokogiri (~> 1.6)
514515
rubyzip (>= 1.3.0)
515516
selenium-webdriver (~> 4.0, < 4.11)
516-
webmock (3.26.0)
517+
webmock (3.26.1)
517518
addressable (>= 2.8.0)
518519
crack (>= 0.3.2)
519520
hashdiff (>= 0.4.0, < 2.0.0)
@@ -572,7 +573,7 @@ DEPENDENCIES
572573
propshaft
573574
pry-remote
574575
puma (~> 7.1)
575-
rails (~> 8.0.3)
576+
rails (~> 8.0.4)
576577
rails-controller-testing
577578
rails_semantic_logger
578579
rich_text_renderer

0 commit comments

Comments
 (0)