Skip to content

Commit 226e80c

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 40ecc21 commit 226e80c

2 files changed

Lines changed: 72 additions & 70 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
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 71 additions & 69 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
@@ -81,7 +81,7 @@ GEM
8181
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
8282
bcrypt_pbkdf (1.1.1-x86-mingw32)
8383
benchmark (0.4.1)
84-
bigdecimal (3.2.2)
84+
bigdecimal (3.3.0)
8585
bindex (0.8.1)
8686
bootsnap (1.18.6)
8787
msgpack (~> 1.2)
@@ -98,7 +98,7 @@ GEM
9898
regexp_parser (>= 1.5, < 3.0)
9999
xpath (~> 3.2)
100100
concurrent-ruby (1.3.5)
101-
connection_pool (2.5.3)
101+
connection_pool (2.5.4)
102102
crass (1.0.6)
103103
date (3.4.1)
104104
debug (1.11.0)
@@ -114,7 +114,7 @@ GEM
114114
dotenv (3.1.8)
115115
drb (2.2.3)
116116
ed25519 (1.4.0)
117-
erb (5.0.2)
117+
erb (5.0.3)
118118
erubi (1.13.1)
119119
et-orbi (1.2.11)
120120
tzinfo
@@ -126,7 +126,7 @@ GEM
126126
fugit (1.11.1)
127127
et-orbi (~> 1, >= 1.2.11)
128128
raabro (~> 1.4)
129-
globalid (1.2.1)
129+
globalid (1.3.0)
130130
activesupport (>= 6.1)
131131
hotwire-rails (0.1.3)
132132
rails (>= 6.0.0)
@@ -161,21 +161,21 @@ GEM
161161
language_server-protocol (3.17.0.5)
162162
lint_roller (1.1.0)
163163
logger (1.7.0)
164-
loofah (2.24.0)
164+
loofah (2.24.1)
165165
crass (~> 1.0.2)
166166
nokogiri (>= 1.12.0)
167167
mail (2.8.1)
168168
mini_mime (>= 0.1.1)
169169
net-imap
170170
net-pop
171171
net-smtp
172-
marcel (1.0.4)
172+
marcel (1.1.0)
173173
matrix (0.4.3)
174174
mini_mime (1.1.5)
175175
mini_portile2 (2.8.9)
176176
minitest (5.25.5)
177177
msgpack (1.8.0)
178-
net-imap (0.5.9)
178+
net-imap (0.5.12)
179179
date
180180
net-protocol
181181
net-pop (0.1.2)
@@ -190,12 +190,12 @@ GEM
190190
net-protocol
191191
net-ssh (7.3.0)
192192
nio4r (2.7.4)
193-
nokogiri (1.18.4)
193+
nokogiri (1.18.10)
194194
mini_portile2 (~> 2.8.2)
195195
racc (~> 1.4)
196-
nokogiri (1.18.4-x64-mingw-ucrt)
196+
nokogiri (1.18.10-x64-mingw-ucrt)
197197
racc (~> 1.4)
198-
nokogiri (1.18.4-x86_64-linux-gnu)
198+
nokogiri (1.18.10-x86_64-linux-gnu)
199199
racc (~> 1.4)
200200
orm_adapter (0.5.0)
201201
ostruct (0.6.3)
@@ -206,7 +206,7 @@ GEM
206206
pg (1.6.0-x64-mingw-ucrt)
207207
pg (1.6.0-x86-mingw32)
208208
pg (1.6.0-x86_64-linux)
209-
pp (0.6.2)
209+
pp (0.6.3)
210210
prettyprint
211211
prettyprint (0.2.0)
212212
prism (1.4.0)
@@ -223,48 +223,50 @@ GEM
223223
nio4r (~> 2.0)
224224
raabro (1.4.0)
225225
racc (1.8.1)
226-
rack (3.1.16)
226+
rack (3.2.2)
227227
rack-session (2.1.1)
228228
base64 (>= 0.1.0)
229229
rack (>= 3.0.0)
230230
rack-test (2.2.0)
231231
rack (>= 1.3)
232232
rackup (2.2.1)
233233
rack (>= 3)
234-
rails (8.0.2)
235-
actioncable (= 8.0.2)
236-
actionmailbox (= 8.0.2)
237-
actionmailer (= 8.0.2)
238-
actionpack (= 8.0.2)
239-
actiontext (= 8.0.2)
240-
actionview (= 8.0.2)
241-
activejob (= 8.0.2)
242-
activemodel (= 8.0.2)
243-
activerecord (= 8.0.2)
244-
activestorage (= 8.0.2)
245-
activesupport (= 8.0.2)
234+
rails (8.0.3)
235+
actioncable (= 8.0.3)
236+
actionmailbox (= 8.0.3)
237+
actionmailer (= 8.0.3)
238+
actionpack (= 8.0.3)
239+
actiontext (= 8.0.3)
240+
actionview (= 8.0.3)
241+
activejob (= 8.0.3)
242+
activemodel (= 8.0.3)
243+
activerecord (= 8.0.3)
244+
activestorage (= 8.0.3)
245+
activesupport (= 8.0.3)
246246
bundler (>= 1.15.0)
247-
railties (= 8.0.2)
248-
rails-dom-testing (2.2.0)
247+
railties (= 8.0.3)
248+
rails-dom-testing (2.3.0)
249249
activesupport (>= 5.0.0)
250250
minitest
251251
nokogiri (>= 1.6)
252252
rails-html-sanitizer (1.6.2)
253253
loofah (~> 2.21)
254254
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)
255-
railties (8.0.2)
256-
actionpack (= 8.0.2)
257-
activesupport (= 8.0.2)
255+
railties (8.0.3)
256+
actionpack (= 8.0.3)
257+
activesupport (= 8.0.3)
258258
irb (~> 1.13)
259259
rackup (>= 1.0.0)
260260
rake (>= 12.2)
261261
thor (~> 1.0, >= 1.2.2)
262+
tsort (>= 0.2)
262263
zeitwerk (~> 2.6)
263264
rainbow (3.1.1)
264265
rake (13.3.0)
265-
rdoc (6.14.2)
266+
rdoc (6.15.0)
266267
erb
267268
psych (>= 4.0.0)
269+
tsort
268270
regexp_parser (2.10.0)
269271
reline (0.6.2)
270272
io-console (~> 0.5)
@@ -368,7 +370,7 @@ GEM
368370
unicode-display_width (3.1.4)
369371
unicode-emoji (~> 4.0, >= 4.0.4)
370372
unicode-emoji (4.0.4)
371-
uri (1.0.3)
373+
uri (1.0.4)
372374
useragent (0.16.11)
373375
warden (1.2.9)
374376
rack (>= 2.0.9)
@@ -405,7 +407,7 @@ DEPENDENCIES
405407
pg (~> 1.5)
406408
propshaft
407409
puma (>= 5.0)
408-
rails (~> 8.0.2)
410+
rails (~> 8.0.3)
409411
rspec-rails
410412
rubocop
411413
rubocop-rails

0 commit comments

Comments
 (0)