Skip to content

Commit cf0c0fa

Browse files
Merge pull request #14 from aws-samples/dependabot/bundler/rails/rails-7.0.8.1
Bump rails from 7.0.7.2 to 7.0.8.1 in /rails
2 parents e782361 + 82e80f4 commit cf0c0fa

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.2.2"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0.4"
7+
gem "rails", "~> 7.0.8"
88

99
# Use sqlite3 as the database for Active Record
1010
gem "sqlite3", "~> 1.4"

rails/Gemfile.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.7.2)
5-
actionpack (= 7.0.7.2)
6-
activesupport (= 7.0.7.2)
4+
actioncable (7.0.8.1)
5+
actionpack (= 7.0.8.1)
6+
activesupport (= 7.0.8.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7.2)
10-
actionpack (= 7.0.7.2)
11-
activejob (= 7.0.7.2)
12-
activerecord (= 7.0.7.2)
13-
activestorage (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
9+
actionmailbox (7.0.8.1)
10+
actionpack (= 7.0.8.1)
11+
activejob (= 7.0.8.1)
12+
activerecord (= 7.0.8.1)
13+
activestorage (= 7.0.8.1)
14+
activesupport (= 7.0.8.1)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.7.2)
20-
actionpack (= 7.0.7.2)
21-
actionview (= 7.0.7.2)
22-
activejob (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
19+
actionmailer (7.0.8.1)
20+
actionpack (= 7.0.8.1)
21+
actionview (= 7.0.8.1)
22+
activejob (= 7.0.8.1)
23+
activesupport (= 7.0.8.1)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
29+
actionpack (7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activesupport (= 7.0.8.1)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.7.2)
37-
actionpack (= 7.0.7.2)
38-
activerecord (= 7.0.7.2)
39-
activestorage (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
36+
actiontext (7.0.8.1)
37+
actionpack (= 7.0.8.1)
38+
activerecord (= 7.0.8.1)
39+
activestorage (= 7.0.8.1)
40+
activesupport (= 7.0.8.1)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.7.2)
44-
activesupport (= 7.0.7.2)
43+
actionview (7.0.8.1)
44+
activesupport (= 7.0.8.1)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.7.2)
50-
activesupport (= 7.0.7.2)
49+
activejob (7.0.8.1)
50+
activesupport (= 7.0.8.1)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.7.2)
53-
activesupport (= 7.0.7.2)
54-
activerecord (7.0.7.2)
55-
activemodel (= 7.0.7.2)
56-
activesupport (= 7.0.7.2)
57-
activestorage (7.0.7.2)
58-
actionpack (= 7.0.7.2)
59-
activejob (= 7.0.7.2)
60-
activerecord (= 7.0.7.2)
61-
activesupport (= 7.0.7.2)
52+
activemodel (7.0.8.1)
53+
activesupport (= 7.0.8.1)
54+
activerecord (7.0.8.1)
55+
activemodel (= 7.0.8.1)
56+
activesupport (= 7.0.8.1)
57+
activestorage (7.0.8.1)
58+
actionpack (= 7.0.8.1)
59+
activejob (= 7.0.8.1)
60+
activerecord (= 7.0.8.1)
61+
activesupport (= 7.0.8.1)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7.2)
64+
activesupport (7.0.8.1)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -70,15 +70,15 @@ GEM
7070
bootsnap (1.16.0)
7171
msgpack (~> 1.2)
7272
builder (3.2.4)
73-
concurrent-ruby (1.2.2)
73+
concurrent-ruby (1.2.3)
7474
crass (1.0.6)
75-
date (3.3.3)
75+
date (3.3.4)
7676
debug (1.8.0)
7777
irb (>= 1.5.0)
7878
reline (>= 0.3.1)
7979
erubi (1.12.0)
80-
globalid (1.1.0)
81-
activesupport (>= 5.0)
80+
globalid (1.2.1)
81+
activesupport (>= 6.1)
8282
i18n (1.14.1)
8383
concurrent-ruby (~> 1.0)
8484
io-console (0.6.0)
@@ -87,7 +87,7 @@ GEM
8787
jbuilder (2.11.5)
8888
actionview (>= 5.0.0)
8989
activesupport (>= 5.0.0)
90-
loofah (2.21.3)
90+
loofah (2.22.0)
9191
crass (~> 1.0.2)
9292
nokogiri (>= 1.12.0)
9393
mail (2.8.1)
@@ -98,16 +98,16 @@ GEM
9898
marcel (1.0.2)
9999
method_source (1.0.0)
100100
mini_mime (1.1.5)
101-
minitest (5.19.0)
101+
minitest (5.22.2)
102102
msgpack (1.7.2)
103-
net-imap (0.3.7)
103+
net-imap (0.4.10)
104104
date
105105
net-protocol
106106
net-pop (0.1.2)
107107
net-protocol
108-
net-protocol (0.2.1)
108+
net-protocol (0.2.2)
109109
timeout
110-
net-smtp (0.3.3)
110+
net-smtp (0.4.0.1)
111111
net-protocol
112112
nio4r (2.7.0)
113113
nokogiri (1.16.2-aarch64-linux)
@@ -119,51 +119,51 @@ GEM
119119
puma (5.6.8)
120120
nio4r (~> 2.0)
121121
racc (1.7.3)
122-
rack (2.2.8)
122+
rack (2.2.8.1)
123123
rack-test (2.1.0)
124124
rack (>= 1.3)
125-
rails (7.0.7.2)
126-
actioncable (= 7.0.7.2)
127-
actionmailbox (= 7.0.7.2)
128-
actionmailer (= 7.0.7.2)
129-
actionpack (= 7.0.7.2)
130-
actiontext (= 7.0.7.2)
131-
actionview (= 7.0.7.2)
132-
activejob (= 7.0.7.2)
133-
activemodel (= 7.0.7.2)
134-
activerecord (= 7.0.7.2)
135-
activestorage (= 7.0.7.2)
136-
activesupport (= 7.0.7.2)
125+
rails (7.0.8.1)
126+
actioncable (= 7.0.8.1)
127+
actionmailbox (= 7.0.8.1)
128+
actionmailer (= 7.0.8.1)
129+
actionpack (= 7.0.8.1)
130+
actiontext (= 7.0.8.1)
131+
actionview (= 7.0.8.1)
132+
activejob (= 7.0.8.1)
133+
activemodel (= 7.0.8.1)
134+
activerecord (= 7.0.8.1)
135+
activestorage (= 7.0.8.1)
136+
activesupport (= 7.0.8.1)
137137
bundler (>= 1.15.0)
138-
railties (= 7.0.7.2)
138+
railties (= 7.0.8.1)
139139
rails-dom-testing (2.2.0)
140140
activesupport (>= 5.0.0)
141141
minitest
142142
nokogiri (>= 1.6)
143143
rails-html-sanitizer (1.6.0)
144144
loofah (~> 2.21)
145145
nokogiri (~> 1.14)
146-
railties (7.0.7.2)
147-
actionpack (= 7.0.7.2)
148-
activesupport (= 7.0.7.2)
146+
railties (7.0.8.1)
147+
actionpack (= 7.0.8.1)
148+
activesupport (= 7.0.8.1)
149149
method_source
150150
rake (>= 12.2)
151151
thor (~> 1.0)
152152
zeitwerk (~> 2.5)
153-
rake (13.0.6)
153+
rake (13.1.0)
154154
reline (0.3.8)
155155
io-console (~> 0.5)
156156
sqlite3 (1.6.4-aarch64-linux)
157157
sqlite3 (1.6.4-arm64-darwin)
158158
sqlite3 (1.6.4-x86_64-linux)
159-
thor (1.2.2)
160-
timeout (0.4.0)
159+
thor (1.3.1)
160+
timeout (0.4.1)
161161
tzinfo (2.0.6)
162162
concurrent-ruby (~> 1.0)
163163
websocket-driver (0.7.6)
164164
websocket-extensions (>= 0.1.0)
165165
websocket-extensions (0.1.5)
166-
zeitwerk (2.6.11)
166+
zeitwerk (2.6.13)
167167

168168
PLATFORMS
169169
aarch64-linux
@@ -176,7 +176,7 @@ DEPENDENCIES
176176
debug
177177
jbuilder
178178
puma (~> 5.6)
179-
rails (~> 7.0.4)
179+
rails (~> 7.0.8)
180180
sqlite3 (~> 1.4)
181181
tzinfo-data
182182

0 commit comments

Comments
 (0)