Skip to content

Commit 4dbb84c

Browse files
Bump rails from 8.0.2 to 8.0.3
Bumps [rails](https://github.com/rails/rails) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01aab79 commit 4dbb84c

2 files changed

Lines changed: 68 additions & 66 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.0.3"
55
# Use sqlite3 as the database for Active Record
66
gem "sqlite3", ">= 2.1"
77
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2)
5-
actionpack (= 8.0.2)
6-
activesupport (= 8.0.2)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2)
11-
actionpack (= 8.0.2)
12-
activejob (= 8.0.2)
13-
activerecord (= 8.0.2)
14-
activestorage (= 8.0.2)
15-
activesupport (= 8.0.2)
10+
actionmailbox (8.0.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2)
18-
actionpack (= 8.0.2)
19-
actionview (= 8.0.2)
20-
activejob (= 8.0.2)
21-
activesupport (= 8.0.2)
17+
actionmailer (8.0.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2)
25-
actionview (= 8.0.2)
26-
activesupport (= 8.0.2)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2)
35-
actionpack (= 8.0.2)
36-
activerecord (= 8.0.2)
37-
activestorage (= 8.0.2)
38-
activesupport (= 8.0.2)
34+
actiontext (8.0.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2)
42-
activesupport (= 8.0.2)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2)
48-
activesupport (= 8.0.2)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2)
51-
activesupport (= 8.0.2)
52-
activerecord (8.0.2)
53-
activemodel (= 8.0.2)
54-
activesupport (= 8.0.2)
50+
activemodel (8.0.3)
51+
activesupport (= 8.0.3)
52+
activerecord (8.0.3)
53+
activemodel (= 8.0.3)
54+
activesupport (= 8.0.3)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2)
57-
actionpack (= 8.0.2)
58-
activejob (= 8.0.2)
59-
activerecord (= 8.0.2)
60-
activesupport (= 8.0.2)
56+
activestorage (8.0.3)
57+
actionpack (= 8.0.3)
58+
activejob (= 8.0.3)
59+
activerecord (= 8.0.3)
60+
activesupport (= 8.0.3)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2)
62+
activesupport (8.0.3)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -78,14 +78,14 @@ GEM
7878
bcrypt_pbkdf (1.1.1)
7979
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
8080
benchmark (0.4.1)
81-
bigdecimal (3.2.1)
81+
bigdecimal (3.2.3)
8282
bootsnap (1.18.6)
8383
msgpack (~> 1.2)
8484
brakeman (7.0.2)
8585
racc
8686
builder (3.3.0)
8787
concurrent-ruby (1.3.5)
88-
connection_pool (2.5.3)
88+
connection_pool (2.5.4)
8989
crass (1.0.6)
9090
date (3.4.1)
9191
debug (1.10.0)
@@ -94,7 +94,7 @@ GEM
9494
dotenv (3.1.8)
9595
drb (2.2.3)
9696
ed25519 (1.4.0)
97-
erb (5.0.1)
97+
erb (5.0.2)
9898
erubi (1.13.1)
9999
et-orbi (1.2.11)
100100
tzinfo
@@ -107,7 +107,7 @@ GEM
107107
activesupport (>= 6.1)
108108
i18n (1.14.7)
109109
concurrent-ruby (~> 1.0)
110-
io-console (0.8.0)
110+
io-console (0.8.1)
111111
irb (1.15.2)
112112
pp (>= 0.6.0)
113113
rdoc (>= 4.0.0)
@@ -137,11 +137,11 @@ GEM
137137
net-imap
138138
net-pop
139139
net-smtp
140-
marcel (1.0.4)
140+
marcel (1.1.0)
141141
mini_mime (1.1.5)
142142
minitest (5.25.5)
143143
msgpack (1.8.0)
144-
net-imap (0.5.8)
144+
net-imap (0.5.10)
145145
date
146146
net-protocol
147147
net-pop (0.1.2)
@@ -156,9 +156,9 @@ GEM
156156
net-protocol
157157
net-ssh (7.3.0)
158158
nio4r (2.7.4)
159-
nokogiri (1.18.8-x64-mingw-ucrt)
159+
nokogiri (1.18.10-x64-mingw-ucrt)
160160
racc (~> 1.4)
161-
nokogiri (1.18.8-x86_64-linux-gnu)
161+
nokogiri (1.18.10-x86_64-linux-gnu)
162162
racc (~> 1.4)
163163
ostruct (0.6.1)
164164
parallel (1.27.0)
@@ -176,50 +176,51 @@ GEM
176176
nio4r (~> 2.0)
177177
raabro (1.4.0)
178178
racc (1.8.1)
179-
rack (3.1.15)
179+
rack (3.2.1)
180180
rack-session (2.1.1)
181181
base64 (>= 0.1.0)
182182
rack (>= 3.0.0)
183183
rack-test (2.2.0)
184184
rack (>= 1.3)
185185
rackup (2.2.1)
186186
rack (>= 3)
187-
rails (8.0.2)
188-
actioncable (= 8.0.2)
189-
actionmailbox (= 8.0.2)
190-
actionmailer (= 8.0.2)
191-
actionpack (= 8.0.2)
192-
actiontext (= 8.0.2)
193-
actionview (= 8.0.2)
194-
activejob (= 8.0.2)
195-
activemodel (= 8.0.2)
196-
activerecord (= 8.0.2)
197-
activestorage (= 8.0.2)
198-
activesupport (= 8.0.2)
187+
rails (8.0.3)
188+
actioncable (= 8.0.3)
189+
actionmailbox (= 8.0.3)
190+
actionmailer (= 8.0.3)
191+
actionpack (= 8.0.3)
192+
actiontext (= 8.0.3)
193+
actionview (= 8.0.3)
194+
activejob (= 8.0.3)
195+
activemodel (= 8.0.3)
196+
activerecord (= 8.0.3)
197+
activestorage (= 8.0.3)
198+
activesupport (= 8.0.3)
199199
bundler (>= 1.15.0)
200-
railties (= 8.0.2)
200+
railties (= 8.0.3)
201201
rails-dom-testing (2.3.0)
202202
activesupport (>= 5.0.0)
203203
minitest
204204
nokogiri (>= 1.6)
205205
rails-html-sanitizer (1.6.2)
206206
loofah (~> 2.21)
207207
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
208-
railties (8.0.2)
209-
actionpack (= 8.0.2)
210-
activesupport (= 8.0.2)
208+
railties (8.0.3)
209+
actionpack (= 8.0.3)
210+
activesupport (= 8.0.3)
211211
irb (~> 1.13)
212212
rackup (>= 1.0.0)
213213
rake (>= 12.2)
214214
thor (~> 1.0, >= 1.2.2)
215+
tsort (>= 0.2)
215216
zeitwerk (~> 2.6)
216217
rainbow (3.1.1)
217218
rake (13.3.0)
218-
rdoc (6.14.0)
219+
rdoc (6.14.2)
219220
erb
220221
psych (>= 4.0.0)
221222
regexp_parser (2.10.0)
222-
reline (0.6.1)
223+
reline (0.6.2)
223224
io-console (~> 0.5)
224225
rubocop (1.75.8)
225226
json (~> 2.3)
@@ -276,6 +277,7 @@ GEM
276277
thruster (0.1.13)
277278
thruster (0.1.13-x86_64-linux)
278279
timeout (0.4.3)
280+
tsort (0.2.0)
279281
tzinfo (2.0.6)
280282
concurrent-ruby (~> 1.0)
281283
tzinfo-data (1.2025.2)
@@ -304,7 +306,7 @@ DEPENDENCIES
304306
jwt
305307
kamal
306308
puma (>= 5.0)
307-
rails (~> 8.0.2)
309+
rails (~> 8.0.3)
308310
rubocop-rails-omakase
309311
solid_cache
310312
solid_queue

0 commit comments

Comments
 (0)