Skip to content

Commit f8e61da

Browse files
authored
Merge pull request #1267 from Crown-Commercial-Service/dependabot/bundler/rails-ec87a41d53
build(deps): bump rails from 8.0.3 to 8.0.4 in the rails group
2 parents 440256e + 5c4c4db commit f8e61da

File tree

2 files changed

+65
-64
lines changed

2 files changed

+65
-64
lines changed

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.3'
77

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

1111
# Use Puma as the app server
1212
gem 'puma', '~> 7.1'

Gemfile.lock

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,68 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (8.0.3)
12-
actionpack (= 8.0.3)
13-
activesupport (= 8.0.3)
11+
actioncable (8.0.4)
12+
actionpack (= 8.0.4)
13+
activesupport (= 8.0.4)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (8.0.3)
18-
actionpack (= 8.0.3)
19-
activejob (= 8.0.3)
20-
activerecord (= 8.0.3)
21-
activestorage (= 8.0.3)
22-
activesupport (= 8.0.3)
17+
actionmailbox (8.0.4)
18+
actionpack (= 8.0.4)
19+
activejob (= 8.0.4)
20+
activerecord (= 8.0.4)
21+
activestorage (= 8.0.4)
22+
activesupport (= 8.0.4)
2323
mail (>= 2.8.0)
24-
actionmailer (8.0.3)
25-
actionpack (= 8.0.3)
26-
actionview (= 8.0.3)
27-
activejob (= 8.0.3)
28-
activesupport (= 8.0.3)
24+
actionmailer (8.0.4)
25+
actionpack (= 8.0.4)
26+
actionview (= 8.0.4)
27+
activejob (= 8.0.4)
28+
activesupport (= 8.0.4)
2929
mail (>= 2.8.0)
3030
rails-dom-testing (~> 2.2)
31-
actionpack (8.0.3)
32-
actionview (= 8.0.3)
33-
activesupport (= 8.0.3)
31+
actionpack (8.0.4)
32+
actionview (= 8.0.4)
33+
activesupport (= 8.0.4)
3434
nokogiri (>= 1.8.5)
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
4040
useragent (~> 0.16)
41-
actiontext (8.0.3)
42-
actionpack (= 8.0.3)
43-
activerecord (= 8.0.3)
44-
activestorage (= 8.0.3)
45-
activesupport (= 8.0.3)
41+
actiontext (8.0.4)
42+
actionpack (= 8.0.4)
43+
activerecord (= 8.0.4)
44+
activestorage (= 8.0.4)
45+
activesupport (= 8.0.4)
4646
globalid (>= 0.6.0)
4747
nokogiri (>= 1.8.5)
48-
actionview (8.0.3)
49-
activesupport (= 8.0.3)
48+
actionview (8.0.4)
49+
activesupport (= 8.0.4)
5050
builder (~> 3.1)
5151
erubi (~> 1.11)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
54-
activejob (8.0.3)
55-
activesupport (= 8.0.3)
54+
activejob (8.0.4)
55+
activesupport (= 8.0.4)
5656
globalid (>= 0.3.6)
57-
activemodel (8.0.3)
58-
activesupport (= 8.0.3)
59-
activerecord (8.0.3)
60-
activemodel (= 8.0.3)
61-
activesupport (= 8.0.3)
57+
activemodel (8.0.4)
58+
activesupport (= 8.0.4)
59+
activerecord (8.0.4)
60+
activemodel (= 8.0.4)
61+
activesupport (= 8.0.4)
6262
timeout (>= 0.4.0)
6363
activerecord-postgis-adapter (11.0.0)
6464
activerecord (~> 8.0.0)
6565
rgeo-activerecord (~> 8.0.0)
66-
activestorage (8.0.3)
67-
actionpack (= 8.0.3)
68-
activejob (= 8.0.3)
69-
activerecord (= 8.0.3)
70-
activesupport (= 8.0.3)
66+
activestorage (8.0.4)
67+
actionpack (= 8.0.4)
68+
activejob (= 8.0.4)
69+
activerecord (= 8.0.4)
70+
activesupport (= 8.0.4)
7171
marcel (~> 1.0)
72-
activesupport (8.0.3)
72+
activesupport (8.0.4)
7373
base64
7474
benchmark (>= 0.3)
7575
bigdecimal
@@ -126,7 +126,7 @@ GEM
126126
cssbundling-rails (1.4.3)
127127
railties (>= 6.0.0)
128128
csv (3.3.5)
129-
date (3.4.1)
129+
date (3.5.0)
130130
diff-lcs (1.6.2)
131131
docile (1.4.0)
132132
domain_name (0.5.20190701)
@@ -136,7 +136,7 @@ GEM
136136
dotenv (= 3.1.8)
137137
railties (>= 6.1)
138138
drb (2.2.3)
139-
erb (5.1.1)
139+
erb (5.1.3)
140140
erubi (1.13.1)
141141
et-orbi (1.4.0)
142142
tzinfo
@@ -165,7 +165,7 @@ GEM
165165
ruby-progressbar (~> 1.8, >= 1.8.1)
166166
terminal-table (>= 1.5.1)
167167
io-console (0.8.1)
168-
irb (1.15.2)
168+
irb (1.15.3)
169169
pp (>= 0.6.0)
170170
rdoc (>= 4.0.0)
171171
reline (>= 0.4.2)
@@ -187,7 +187,8 @@ GEM
187187
loofah (2.24.1)
188188
crass (~> 1.0.2)
189189
nokogiri (>= 1.12.0)
190-
mail (2.8.1)
190+
mail (2.9.0)
191+
logger
191192
mini_mime (>= 0.1.1)
192193
net-imap
193194
net-pop
@@ -210,7 +211,7 @@ GEM
210211
net-smtp (0.5.1)
211212
net-protocol
212213
netrc (0.11.0)
213-
nio4r (2.7.4)
214+
nio4r (2.7.5)
214215
nokogiri (1.18.10)
215216
mini_portile2 (~> 2.8.2)
216217
racc (~> 1.4)
@@ -256,20 +257,20 @@ GEM
256257
rack (>= 1.3)
257258
rackup (2.2.1)
258259
rack (>= 3)
259-
rails (8.0.3)
260-
actioncable (= 8.0.3)
261-
actionmailbox (= 8.0.3)
262-
actionmailer (= 8.0.3)
263-
actionpack (= 8.0.3)
264-
actiontext (= 8.0.3)
265-
actionview (= 8.0.3)
266-
activejob (= 8.0.3)
267-
activemodel (= 8.0.3)
268-
activerecord (= 8.0.3)
269-
activestorage (= 8.0.3)
270-
activesupport (= 8.0.3)
260+
rails (8.0.4)
261+
actioncable (= 8.0.4)
262+
actionmailbox (= 8.0.4)
263+
actionmailer (= 8.0.4)
264+
actionpack (= 8.0.4)
265+
actiontext (= 8.0.4)
266+
actionview (= 8.0.4)
267+
activejob (= 8.0.4)
268+
activemodel (= 8.0.4)
269+
activerecord (= 8.0.4)
270+
activestorage (= 8.0.4)
271+
activesupport (= 8.0.4)
271272
bundler (>= 1.15.0)
272-
railties (= 8.0.3)
273+
railties (= 8.0.4)
273274
rails-controller-testing (1.0.5)
274275
actionpack (>= 5.0.1.rc1)
275276
actionview (>= 5.0.1.rc1)
@@ -284,21 +285,21 @@ GEM
284285
rails-i18n (8.0.1)
285286
i18n (>= 0.7, < 2)
286287
railties (>= 8.0.0, < 9)
287-
railties (8.0.3)
288-
actionpack (= 8.0.3)
289-
activesupport (= 8.0.3)
288+
railties (8.0.4)
289+
actionpack (= 8.0.4)
290+
activesupport (= 8.0.4)
290291
irb (~> 1.13)
291292
rackup (>= 1.0.0)
292293
rake (>= 12.2)
293294
thor (~> 1.0, >= 1.2.2)
294295
tsort (>= 0.2)
295296
zeitwerk (~> 2.6)
296297
rainbow (3.1.1)
297-
rake (13.3.0)
298+
rake (13.3.1)
298299
rb-fsevent (0.11.2)
299300
rb-inotify (0.10.1)
300301
ffi (~> 1.0)
301-
rdoc (6.15.0)
302+
rdoc (6.15.1)
302303
erb
303304
psych (>= 4.0.0)
304305
tsort
@@ -395,7 +396,7 @@ GEM
395396
terminal-table (4.0.0)
396397
unicode-display_width (>= 1.1.1, < 4)
397398
thor (1.4.0)
398-
timeout (0.4.3)
399+
timeout (0.4.4)
399400
tsort (0.2.0)
400401
tzinfo (2.0.6)
401402
concurrent-ruby (~> 1.0)
@@ -405,7 +406,7 @@ GEM
405406
unicode-display_width (3.2.0)
406407
unicode-emoji (~> 4.1)
407408
unicode-emoji (4.1.0)
408-
uri (1.0.4)
409+
uri (1.1.0)
409410
useragent (0.16.11)
410411
web-console (4.2.1)
411412
actionview (>= 6.0.0)
@@ -447,7 +448,7 @@ DEPENDENCIES
447448
propshaft
448449
puma (~> 7.1)
449450
rack-attack (~> 6.8.0)
450-
rails (~> 8.0.3)
451+
rails (~> 8.0.4)
451452
rails-controller-testing (~> 1.0.5, >= 1.0.5)
452453
requestjs-rails
453454
rest-client (~> 2.1)

0 commit comments

Comments
 (0)