Skip to content

Commit 62f5141

Browse files
Bump rails from 8.0.2.1 to 8.0.3
Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...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 2f202b7 commit 62f5141

2 files changed

Lines changed: 69 additions & 61 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "webpacker"
1212
# gem device
1313
gem "devise"
1414
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
15-
gem "rails", "~> 8.0.1"
15+
gem "rails", "~> 8.0.3"
1616
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
1717
gem "propshaft"
1818
#teste para branch merge

Gemfile.lock

Lines changed: 68 additions & 60 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.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
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.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
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.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
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.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
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.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
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.1)
42-
activesupport (= 8.0.2.1)
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.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
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.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
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.1)
62+
activesupport (8.0.3)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -77,9 +77,10 @@ GEM
7777
ast (2.4.3)
7878
base64 (0.3.0)
7979
bcrypt (3.1.20)
80+
bcrypt_pbkdf (1.1.1)
8081
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
8182
benchmark (0.4.1)
82-
bigdecimal (3.2.2)
83+
bigdecimal (3.2.3)
8384
bindex (0.8.1)
8485
bootsnap (1.18.6)
8586
msgpack (~> 1.2)
@@ -97,7 +98,7 @@ GEM
9798
regexp_parser (>= 1.5, < 3.0)
9899
xpath (~> 3.2)
99100
concurrent-ruby (1.3.5)
100-
connection_pool (2.5.3)
101+
connection_pool (2.5.4)
101102
crass (1.0.6)
102103
date (3.4.1)
103104
debug (1.11.0)
@@ -167,12 +168,12 @@ GEM
167168
net-imap
168169
net-pop
169170
net-smtp
170-
marcel (1.0.4)
171+
marcel (1.1.0)
171172
matrix (0.4.3)
172173
mini_mime (1.1.5)
173174
minitest (5.25.5)
174175
msgpack (1.8.0)
175-
net-imap (0.5.9)
176+
net-imap (0.5.10)
176177
date
177178
net-protocol
178179
net-pop (0.1.2)
@@ -187,7 +188,9 @@ GEM
187188
net-protocol
188189
net-ssh (7.3.0)
189190
nio4r (2.7.4)
190-
nokogiri (1.18.9-x64-mingw-ucrt)
191+
nokogiri (1.18.10-x64-mingw-ucrt)
192+
racc (~> 1.4)
193+
nokogiri (1.18.10-x86_64-linux-gnu)
191194
racc (~> 1.4)
192195
orm_adapter (0.5.0)
193196
ostruct (0.6.3)
@@ -196,6 +199,7 @@ GEM
196199
ast (~> 2.4.1)
197200
racc
198201
pg (1.6.1-x64-mingw-ucrt)
202+
pg (1.6.1-x86_64-linux)
199203
pp (0.6.2)
200204
prettyprint
201205
prettyprint (0.2.0)
@@ -212,7 +216,7 @@ GEM
212216
nio4r (~> 2.0)
213217
raabro (1.4.0)
214218
racc (1.8.1)
215-
rack (3.2.0)
219+
rack (3.2.1)
216220
rack-proxy (0.7.7)
217221
rack
218222
rack-session (2.1.1)
@@ -222,34 +226,35 @@ GEM
222226
rack (>= 1.3)
223227
rackup (2.2.1)
224228
rack (>= 3)
225-
rails (8.0.2.1)
226-
actioncable (= 8.0.2.1)
227-
actionmailbox (= 8.0.2.1)
228-
actionmailer (= 8.0.2.1)
229-
actionpack (= 8.0.2.1)
230-
actiontext (= 8.0.2.1)
231-
actionview (= 8.0.2.1)
232-
activejob (= 8.0.2.1)
233-
activemodel (= 8.0.2.1)
234-
activerecord (= 8.0.2.1)
235-
activestorage (= 8.0.2.1)
236-
activesupport (= 8.0.2.1)
229+
rails (8.0.3)
230+
actioncable (= 8.0.3)
231+
actionmailbox (= 8.0.3)
232+
actionmailer (= 8.0.3)
233+
actionpack (= 8.0.3)
234+
actiontext (= 8.0.3)
235+
actionview (= 8.0.3)
236+
activejob (= 8.0.3)
237+
activemodel (= 8.0.3)
238+
activerecord (= 8.0.3)
239+
activestorage (= 8.0.3)
240+
activesupport (= 8.0.3)
237241
bundler (>= 1.15.0)
238-
railties (= 8.0.2.1)
242+
railties (= 8.0.3)
239243
rails-dom-testing (2.3.0)
240244
activesupport (>= 5.0.0)
241245
minitest
242246
nokogiri (>= 1.6)
243247
rails-html-sanitizer (1.6.2)
244248
loofah (~> 2.21)
245249
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)
246-
railties (8.0.2.1)
247-
actionpack (= 8.0.2.1)
248-
activesupport (= 8.0.2.1)
250+
railties (8.0.3)
251+
actionpack (= 8.0.3)
252+
activesupport (= 8.0.3)
249253
irb (~> 1.13)
250254
rackup (>= 1.0.0)
251255
rake (>= 12.2)
252256
thor (~> 1.0, >= 1.2.2)
257+
tsort (>= 0.2)
253258
zeitwerk (~> 2.6)
254259
rainbow (3.1.1)
255260
rake (13.3.0)
@@ -346,7 +351,9 @@ GEM
346351
stringio (3.1.7)
347352
thor (1.4.0)
348353
thruster (0.1.15)
354+
thruster (0.1.15-x86_64-linux)
349355
timeout (0.4.3)
356+
tsort (0.2.0)
350357
turbo-rails (1.5.0)
351358
actionpack (>= 6.0.0)
352359
activejob (>= 6.0.0)
@@ -383,6 +390,7 @@ GEM
383390

384391
PLATFORMS
385392
x64-mingw-ucrt
393+
x86_64-linux
386394

387395
DEPENDENCIES
388396
bootsnap
@@ -399,7 +407,7 @@ DEPENDENCIES
399407
pg (~> 1.1)
400408
propshaft
401409
puma (>= 5.0)
402-
rails (~> 8.0.1)
410+
rails (~> 8.0.3)
403411
rspec-rails
404412
rubocop-rails-omakase
405413
selenium-webdriver

0 commit comments

Comments
 (0)