Skip to content

Commit cae5d20

Browse files
Bump rails from 8.0.2.1 to 8.0.3 (#1180)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c4ae72 commit cae5d20

File tree

2 files changed

+61
-59
lines changed

2 files changed

+61
-59
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby file: '.ruby-version'
66

7-
gem 'rails', '~> 8.0.2'
7+
gem 'rails', '~> 8.0.3'
88

99
# Gems
1010
gem 'activeadmin', '~> 3.3'

Gemfile.lock

Lines changed: 60 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,45 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actioncable (8.0.2.1)
22-
actionpack (= 8.0.2.1)
23-
activesupport (= 8.0.2.1)
21+
actioncable (8.0.3)
22+
actionpack (= 8.0.3)
23+
activesupport (= 8.0.3)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
2626
zeitwerk (~> 2.6)
27-
actionmailbox (8.0.2.1)
28-
actionpack (= 8.0.2.1)
29-
activejob (= 8.0.2.1)
30-
activerecord (= 8.0.2.1)
31-
activestorage (= 8.0.2.1)
32-
activesupport (= 8.0.2.1)
27+
actionmailbox (8.0.3)
28+
actionpack (= 8.0.3)
29+
activejob (= 8.0.3)
30+
activerecord (= 8.0.3)
31+
activestorage (= 8.0.3)
32+
activesupport (= 8.0.3)
3333
mail (>= 2.8.0)
34-
actionmailer (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
actionview (= 8.0.2.1)
37-
activejob (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actionmailer (8.0.3)
35+
actionpack (= 8.0.3)
36+
actionview (= 8.0.3)
37+
activejob (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
mail (>= 2.8.0)
4040
rails-dom-testing (~> 2.2)
41-
actionpack (8.0.2.1)
42-
actionview (= 8.0.2.1)
43-
activesupport (= 8.0.2.1)
41+
actionpack (8.0.3)
42+
actionview (= 8.0.3)
43+
activesupport (= 8.0.3)
4444
nokogiri (>= 1.8.5)
4545
rack (>= 2.2.4)
4646
rack-session (>= 1.0.1)
4747
rack-test (>= 0.6.3)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
5050
useragent (~> 0.16)
51-
actiontext (8.0.2.1)
52-
actionpack (= 8.0.2.1)
53-
activerecord (= 8.0.2.1)
54-
activestorage (= 8.0.2.1)
55-
activesupport (= 8.0.2.1)
51+
actiontext (8.0.3)
52+
actionpack (= 8.0.3)
53+
activerecord (= 8.0.3)
54+
activestorage (= 8.0.3)
55+
activesupport (= 8.0.3)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (8.0.2.1)
59-
activesupport (= 8.0.2.1)
58+
actionview (8.0.3)
59+
activesupport (= 8.0.3)
6060
builder (~> 3.1)
6161
erubi (~> 1.11)
6262
rails-dom-testing (~> 2.2)
@@ -74,26 +74,26 @@ GEM
7474
kaminari (>= 1.2.1)
7575
railties (>= 6.1)
7676
ransack (>= 4.0)
77-
activejob (8.0.2.1)
78-
activesupport (= 8.0.2.1)
77+
activejob (8.0.3)
78+
activesupport (= 8.0.3)
7979
globalid (>= 0.3.6)
80-
activemodel (8.0.2.1)
81-
activesupport (= 8.0.2.1)
80+
activemodel (8.0.3)
81+
activesupport (= 8.0.3)
8282
activemodel-serializers-xml (1.0.3)
8383
activemodel (>= 5.0.0.a)
8484
activesupport (>= 5.0.0.a)
8585
builder (~> 3.1)
86-
activerecord (8.0.2.1)
87-
activemodel (= 8.0.2.1)
88-
activesupport (= 8.0.2.1)
86+
activerecord (8.0.3)
87+
activemodel (= 8.0.3)
88+
activesupport (= 8.0.3)
8989
timeout (>= 0.4.0)
90-
activestorage (8.0.2.1)
91-
actionpack (= 8.0.2.1)
92-
activejob (= 8.0.2.1)
93-
activerecord (= 8.0.2.1)
94-
activesupport (= 8.0.2.1)
90+
activestorage (8.0.3)
91+
actionpack (= 8.0.3)
92+
activejob (= 8.0.3)
93+
activerecord (= 8.0.3)
94+
activesupport (= 8.0.3)
9595
marcel (~> 1.0)
96-
activesupport (8.0.2.1)
96+
activesupport (8.0.3)
9797
base64
9898
benchmark (>= 0.3)
9999
bigdecimal
@@ -265,7 +265,7 @@ GEM
265265
fugit (1.11.1)
266266
et-orbi (~> 1, >= 1.2.11)
267267
raabro (~> 1.4)
268-
globalid (1.2.1)
268+
globalid (1.3.0)
269269
activesupport (>= 6.1)
270270
good_job (4.11.2)
271271
activejob (>= 6.1.0)
@@ -361,7 +361,7 @@ GEM
361361
net-imap
362362
net-pop
363363
net-smtp
364-
marcel (1.0.4)
364+
marcel (1.1.0)
365365
matrix (0.4.2)
366366
method_source (1.1.0)
367367
mini_mime (1.1.5)
@@ -370,7 +370,7 @@ GEM
370370
msgpack (1.8.0)
371371
net-http (0.6.0)
372372
uri
373-
net-imap (0.5.7)
373+
net-imap (0.5.10)
374374
date
375375
net-protocol
376376
net-pop (0.1.2)
@@ -442,20 +442,20 @@ GEM
442442
rack (>= 1.3)
443443
rackup (2.2.1)
444444
rack (>= 3)
445-
rails (8.0.2.1)
446-
actioncable (= 8.0.2.1)
447-
actionmailbox (= 8.0.2.1)
448-
actionmailer (= 8.0.2.1)
449-
actionpack (= 8.0.2.1)
450-
actiontext (= 8.0.2.1)
451-
actionview (= 8.0.2.1)
452-
activejob (= 8.0.2.1)
453-
activemodel (= 8.0.2.1)
454-
activerecord (= 8.0.2.1)
455-
activestorage (= 8.0.2.1)
456-
activesupport (= 8.0.2.1)
445+
rails (8.0.3)
446+
actioncable (= 8.0.3)
447+
actionmailbox (= 8.0.3)
448+
actionmailer (= 8.0.3)
449+
actionpack (= 8.0.3)
450+
actiontext (= 8.0.3)
451+
actionview (= 8.0.3)
452+
activejob (= 8.0.3)
453+
activemodel (= 8.0.3)
454+
activerecord (= 8.0.3)
455+
activestorage (= 8.0.3)
456+
activesupport (= 8.0.3)
457457
bundler (>= 1.15.0)
458-
railties (= 8.0.2.1)
458+
railties (= 8.0.3)
459459
rails-dom-testing (2.3.0)
460460
activesupport (>= 5.0.0)
461461
minitest
@@ -474,13 +474,14 @@ GEM
474474
json
475475
require_all (~> 3.0)
476476
ruby-progressbar
477-
railties (8.0.2.1)
478-
actionpack (= 8.0.2.1)
479-
activesupport (= 8.0.2.1)
477+
railties (8.0.3)
478+
actionpack (= 8.0.3)
479+
activesupport (= 8.0.3)
480480
irb (~> 1.13)
481481
rackup (>= 1.0.0)
482482
rake (>= 12.2)
483483
thor (~> 1.0, >= 1.2.2)
484+
tsort (>= 0.2)
484485
zeitwerk (~> 2.6)
485486
rainbow (3.1.1)
486487
rake (13.3.0)
@@ -619,6 +620,7 @@ GEM
619620
unicode-display_width (>= 1.1.1, < 4)
620621
thor (1.4.0)
621622
timeout (0.4.3)
623+
tsort (0.2.0)
622624
tzinfo (2.0.6)
623625
concurrent-ruby (~> 1.0)
624626
unicode-display_width (3.2.0)
@@ -633,7 +635,7 @@ GEM
633635
crack (>= 0.3.2)
634636
hashdiff (>= 0.4.0, < 2.0.0)
635637
websocket (1.2.11)
636-
websocket-driver (0.7.7)
638+
websocket-driver (0.8.0)
637639
base64
638640
websocket-extensions (>= 0.1.0)
639641
websocket-extensions (0.1.5)
@@ -692,7 +694,7 @@ DEPENDENCIES
692694
puma (~> 6.6)
693695
pundit (~> 2.5)
694696
rack-cors (~> 3.0)
695-
rails (~> 8.0.2)
697+
rails (~> 8.0.3)
696698
rails_best_practices (~> 1.20)
697699
reek (~> 6.5)
698700
rspec-openapi (~> 0.19)

0 commit comments

Comments
 (0)