Skip to content

Commit 43ddc8f

Browse files
authored
Update Rails version (#47)
1 parent c8f94f1 commit 43ddc8f

File tree

2 files changed

+79
-82
lines changed

2 files changed

+79
-82
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
5-
gem 'rails', '~> 7.0.3'
5+
gem 'rails', '~> 7.0.4'
66

77
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
88
gem 'sprockets-rails'

Gemfile.lock

Lines changed: 78 additions & 81 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.3)
5-
actionpack (= 7.0.3)
6-
activesupport (= 7.0.3)
4+
actioncable (7.0.4.3)
5+
actionpack (= 7.0.4.3)
6+
activesupport (= 7.0.4.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.3)
10-
actionpack (= 7.0.3)
11-
activejob (= 7.0.3)
12-
activerecord (= 7.0.3)
13-
activestorage (= 7.0.3)
14-
activesupport (= 7.0.3)
9+
actionmailbox (7.0.4.3)
10+
actionpack (= 7.0.4.3)
11+
activejob (= 7.0.4.3)
12+
activerecord (= 7.0.4.3)
13+
activestorage (= 7.0.4.3)
14+
activesupport (= 7.0.4.3)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.3)
20-
actionpack (= 7.0.3)
21-
actionview (= 7.0.3)
22-
activejob (= 7.0.3)
23-
activesupport (= 7.0.3)
19+
actionmailer (7.0.4.3)
20+
actionpack (= 7.0.4.3)
21+
actionview (= 7.0.4.3)
22+
activejob (= 7.0.4.3)
23+
activesupport (= 7.0.4.3)
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.3)
30-
actionview (= 7.0.3)
31-
activesupport (= 7.0.3)
29+
actionpack (7.0.4.3)
30+
actionview (= 7.0.4.3)
31+
activesupport (= 7.0.4.3)
3232
rack (~> 2.0, >= 2.2.0)
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.3)
37-
actionpack (= 7.0.3)
38-
activerecord (= 7.0.3)
39-
activestorage (= 7.0.3)
40-
activesupport (= 7.0.3)
36+
actiontext (7.0.4.3)
37+
actionpack (= 7.0.4.3)
38+
activerecord (= 7.0.4.3)
39+
activestorage (= 7.0.4.3)
40+
activesupport (= 7.0.4.3)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.3)
44-
activesupport (= 7.0.3)
43+
actionview (7.0.4.3)
44+
activesupport (= 7.0.4.3)
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.3)
50-
activesupport (= 7.0.3)
49+
activejob (7.0.4.3)
50+
activesupport (= 7.0.4.3)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.3)
53-
activesupport (= 7.0.3)
54-
activerecord (7.0.3)
55-
activemodel (= 7.0.3)
56-
activesupport (= 7.0.3)
57-
activestorage (7.0.3)
58-
actionpack (= 7.0.3)
59-
activejob (= 7.0.3)
60-
activerecord (= 7.0.3)
61-
activesupport (= 7.0.3)
52+
activemodel (7.0.4.3)
53+
activesupport (= 7.0.4.3)
54+
activerecord (7.0.4.3)
55+
activemodel (= 7.0.4.3)
56+
activesupport (= 7.0.4.3)
57+
activestorage (7.0.4.3)
58+
actionpack (= 7.0.4.3)
59+
activejob (= 7.0.4.3)
60+
activerecord (= 7.0.4.3)
61+
activesupport (= 7.0.4.3)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.3)
64+
activesupport (7.0.4.3)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -87,13 +87,13 @@ GEM
8787
regexp_parser (>= 1.5, < 3.0)
8888
xpath (~> 3.2)
8989
childprocess (4.1.0)
90-
concurrent-ruby (1.1.10)
90+
concurrent-ruby (1.2.2)
9191
crass (1.0.6)
92+
date (3.3.3)
9293
debug (1.5.0)
9394
irb (>= 1.3.6)
9495
reline (>= 0.2.7)
9596
diff-lcs (1.5.0)
96-
digest (3.1.0)
9797
dry-core (1.0.0)
9898
concurrent-ruby (~> 1.0)
9999
zeitwerk (~> 2.6)
@@ -108,8 +108,8 @@ GEM
108108
dry-inflector (~> 1.0)
109109
dry-logic (~> 1.4)
110110
zeitwerk (~> 2.6)
111-
erubi (1.10.0)
112-
globalid (1.0.1)
111+
erubi (1.12.0)
112+
globalid (1.1.0)
113113
activesupport (>= 5.0)
114114
grape (1.7.0)
115115
activesupport
@@ -134,38 +134,36 @@ GEM
134134
loofah (2.19.1)
135135
crass (~> 1.0.2)
136136
nokogiri (>= 1.5.9)
137-
mail (2.7.1)
137+
mail (2.8.1)
138138
mini_mime (>= 0.1.1)
139+
net-imap
140+
net-pop
141+
net-smtp
139142
marcel (1.0.2)
140143
matrix (0.4.2)
141144
method_source (1.0.0)
142145
mini_mime (1.1.2)
143-
minitest (5.17.0)
146+
minitest (5.18.0)
144147
msgpack (1.5.2)
145148
mustermann (3.0.0)
146149
ruby2_keywords (~> 0.0.1)
147150
mustermann-grape (1.0.2)
148151
mustermann (>= 1.0.0)
149-
net-imap (0.2.3)
150-
digest
152+
net-imap (0.3.4)
153+
date
151154
net-protocol
152-
strscan
153-
net-pop (0.1.1)
154-
digest
155+
net-pop (0.1.2)
155156
net-protocol
157+
net-protocol (0.2.1)
156158
timeout
157-
net-protocol (0.1.3)
158-
timeout
159-
net-smtp (0.3.1)
160-
digest
159+
net-smtp (0.3.3)
161160
net-protocol
162-
timeout
163161
nio4r (2.5.8)
164-
nokogiri (1.13.10-arm64-darwin)
162+
nokogiri (1.14.2-arm64-darwin)
165163
racc (~> 1.4)
166-
nokogiri (1.13.10-x86_64-darwin)
164+
nokogiri (1.14.2-x86_64-darwin)
167165
racc (~> 1.4)
168-
nokogiri (1.13.10-x86_64-linux)
166+
nokogiri (1.14.2-x86_64-linux)
169167
racc (~> 1.4)
170168
parallel (1.22.1)
171169
parser (3.1.2.0)
@@ -174,34 +172,34 @@ GEM
174172
public_suffix (4.0.7)
175173
puma (5.6.4)
176174
nio4r (~> 2.0)
177-
racc (1.6.1)
175+
racc (1.6.2)
178176
rack (2.2.6.4)
179177
rack-accept (0.4.5)
180178
rack (>= 0.4)
181-
rack-test (1.1.0)
182-
rack (>= 1.0, < 3)
183-
rails (7.0.3)
184-
actioncable (= 7.0.3)
185-
actionmailbox (= 7.0.3)
186-
actionmailer (= 7.0.3)
187-
actionpack (= 7.0.3)
188-
actiontext (= 7.0.3)
189-
actionview (= 7.0.3)
190-
activejob (= 7.0.3)
191-
activemodel (= 7.0.3)
192-
activerecord (= 7.0.3)
193-
activestorage (= 7.0.3)
194-
activesupport (= 7.0.3)
179+
rack-test (2.1.0)
180+
rack (>= 1.3)
181+
rails (7.0.4.3)
182+
actioncable (= 7.0.4.3)
183+
actionmailbox (= 7.0.4.3)
184+
actionmailer (= 7.0.4.3)
185+
actionpack (= 7.0.4.3)
186+
actiontext (= 7.0.4.3)
187+
actionview (= 7.0.4.3)
188+
activejob (= 7.0.4.3)
189+
activemodel (= 7.0.4.3)
190+
activerecord (= 7.0.4.3)
191+
activestorage (= 7.0.4.3)
192+
activesupport (= 7.0.4.3)
195193
bundler (>= 1.15.0)
196-
railties (= 7.0.3)
194+
railties (= 7.0.4.3)
197195
rails-dom-testing (2.0.3)
198196
activesupport (>= 4.2.0)
199197
nokogiri (>= 1.6)
200-
rails-html-sanitizer (1.4.4)
198+
rails-html-sanitizer (1.5.0)
201199
loofah (~> 2.19, >= 2.19.1)
202-
railties (7.0.3)
203-
actionpack (= 7.0.3)
204-
activesupport (= 7.0.3)
200+
railties (7.0.4.3)
201+
actionpack (= 7.0.4.3)
202+
activesupport (= 7.0.4.3)
205203
method_source
206204
rake (>= 12.2)
207205
thor (~> 1.0)
@@ -261,14 +259,13 @@ GEM
261259
sprockets (>= 3.0.0)
262260
stimulus-rails (1.0.4)
263261
railties (>= 6.0.0)
264-
strscan (3.0.3)
265262
thor (1.2.1)
266-
timeout (0.3.0)
263+
timeout (0.3.2)
267264
turbo-rails (1.1.1)
268265
actionpack (>= 6.0.0)
269266
activejob (>= 6.0.0)
270267
railties (>= 6.0.0)
271-
tzinfo (2.0.5)
268+
tzinfo (2.0.6)
272269
concurrent-ruby (~> 1.0)
273270
unicode-display_width (2.1.0)
274271
web-console (4.2.0)
@@ -286,7 +283,7 @@ GEM
286283
websocket-extensions (0.1.5)
287284
xpath (3.2.0)
288285
nokogiri (~> 1.8)
289-
zeitwerk (2.6.0)
286+
zeitwerk (2.6.7)
290287

291288
PLATFORMS
292289
arm64-darwin-21
@@ -304,7 +301,7 @@ DEPENDENCIES
304301
jbuilder
305302
pg (~> 1.1)
306303
puma (~> 5.0)
307-
rails (~> 7.0.3)
304+
rails (~> 7.0.4)
308305
rspec
309306
rspec-rails
310307
rubocop

0 commit comments

Comments
 (0)