Skip to content

Commit a55a07b

Browse files
committed
Update Ruby version and dependencies
1 parent 3226d2a commit a55a07b

File tree

2 files changed

+85
-82
lines changed

2 files changed

+85
-82
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'mime-types', require: 'mime/types/columnar'
1919
if ENV["RAILS_MASTER"] == '1'
2020
gem 'rails', git: 'https://github.com/rails/rails.git'
2121
else
22-
gem 'rails', '7.0.4'
22+
gem 'rails', '7.0.6'
2323
end
2424

2525
gem 'bluecloth'

Gemfile.lock

Lines changed: 84 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.4)
5-
actionpack (= 7.0.4)
6-
activesupport (= 7.0.4)
4+
actioncable (7.0.6)
5+
actionpack (= 7.0.6)
6+
activesupport (= 7.0.6)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4)
10-
actionpack (= 7.0.4)
11-
activejob (= 7.0.4)
12-
activerecord (= 7.0.4)
13-
activestorage (= 7.0.4)
14-
activesupport (= 7.0.4)
9+
actionmailbox (7.0.6)
10+
actionpack (= 7.0.6)
11+
activejob (= 7.0.6)
12+
activerecord (= 7.0.6)
13+
activestorage (= 7.0.6)
14+
activesupport (= 7.0.6)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4)
20-
actionpack (= 7.0.4)
21-
actionview (= 7.0.4)
22-
activejob (= 7.0.4)
23-
activesupport (= 7.0.4)
19+
actionmailer (7.0.6)
20+
actionpack (= 7.0.6)
21+
actionview (= 7.0.6)
22+
activejob (= 7.0.6)
23+
activesupport (= 7.0.6)
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.4)
30-
actionview (= 7.0.4)
31-
activesupport (= 7.0.4)
32-
rack (~> 2.0, >= 2.2.0)
29+
actionpack (7.0.6)
30+
actionview (= 7.0.6)
31+
activesupport (= 7.0.6)
32+
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.4)
37-
actionpack (= 7.0.4)
38-
activerecord (= 7.0.4)
39-
activestorage (= 7.0.4)
40-
activesupport (= 7.0.4)
36+
actiontext (7.0.6)
37+
actionpack (= 7.0.6)
38+
activerecord (= 7.0.6)
39+
activestorage (= 7.0.6)
40+
activesupport (= 7.0.6)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4)
44-
activesupport (= 7.0.4)
43+
actionview (7.0.6)
44+
activesupport (= 7.0.6)
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.4)
50-
activesupport (= 7.0.4)
49+
activejob (7.0.6)
50+
activesupport (= 7.0.6)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4)
53-
activesupport (= 7.0.4)
54-
activerecord (7.0.4)
55-
activemodel (= 7.0.4)
56-
activesupport (= 7.0.4)
57-
activestorage (7.0.4)
58-
actionpack (= 7.0.4)
59-
activejob (= 7.0.4)
60-
activerecord (= 7.0.4)
61-
activesupport (= 7.0.4)
52+
activemodel (7.0.6)
53+
activesupport (= 7.0.6)
54+
activerecord (7.0.6)
55+
activemodel (= 7.0.6)
56+
activesupport (= 7.0.6)
57+
activestorage (7.0.6)
58+
actionpack (= 7.0.6)
59+
activejob (= 7.0.6)
60+
activerecord (= 7.0.6)
61+
activesupport (= 7.0.6)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4)
64+
activesupport (7.0.6)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -117,14 +117,14 @@ GEM
117117
coffee-script-source
118118
execjs
119119
coffee-script-source (1.12.2)
120-
concurrent-ruby (1.1.10)
120+
concurrent-ruby (1.2.2)
121121
connection_pool (2.3.0)
122122
crack (0.4.5)
123123
rexml
124124
crass (1.0.6)
125125
css_parser (1.7.1)
126126
addressable
127-
dalli (2.7.11)
127+
dalli (3.2.5)
128128
dead_end (4.0.0)
129129
derailed_benchmarks (2.1.1)
130130
benchmark-ips (~> 2)
@@ -149,7 +149,7 @@ GEM
149149
dotenv-rails (2.8.1)
150150
dotenv (= 2.8.1)
151151
railties (>= 3.2)
152-
erubi (1.11.0)
152+
erubi (1.12.0)
153153
excon (0.71.0)
154154
execjs (2.8.1)
155155
faker (2.23.0)
@@ -164,14 +164,14 @@ GEM
164164
git_hub_bub (1.0.1)
165165
excon
166166
rrrretry
167-
globalid (1.0.0)
167+
globalid (1.1.0)
168168
activesupport (>= 5.0)
169169
hashdiff (1.0.1)
170170
hashie (5.0.0)
171171
heapy (0.2.0)
172172
thor
173173
htmlentities (4.3.4)
174-
i18n (1.12.0)
174+
i18n (1.14.1)
175175
concurrent-ruby (~> 1.0)
176176
jmespath (1.6.1)
177177
jquery-rails (4.5.0)
@@ -190,9 +190,9 @@ GEM
190190
rb-fsevent (~> 0.10, >= 0.10.3)
191191
rb-inotify (~> 0.9, >= 0.9.10)
192192
local_time (2.1.0)
193-
loofah (2.19.0)
193+
loofah (2.21.3)
194194
crass (~> 1.0.2)
195-
nokogiri (>= 1.5.9)
195+
nokogiri (>= 1.12.0)
196196
mail (2.7.1)
197197
mini_mime (>= 0.1.1)
198198
maildown (3.3.1)
@@ -207,8 +207,8 @@ GEM
207207
mime-types-data (3.2019.1009)
208208
mini_histogram (0.3.1)
209209
mini_mime (1.1.2)
210-
mini_portile2 (2.8.0)
211-
minitest (5.16.3)
210+
mini_portile2 (2.8.2)
211+
minitest (5.18.1)
212212
mocha (1.16.0)
213213
msgpack (1.5.6)
214214
multi_json (1.15.0)
@@ -227,9 +227,9 @@ GEM
227227
timeout
228228
net-smtp (0.3.2)
229229
net-protocol
230-
nio4r (2.5.8)
231-
nokogiri (1.13.9)
232-
mini_portile2 (~> 2.8.0)
230+
nio4r (2.5.9)
231+
nokogiri (1.15.3)
232+
mini_portile2 (~> 2.8.2)
233233
racc (~> 1.4)
234234
normalize-rails (8.0.1)
235235
oauth2 (1.4.4)
@@ -266,44 +266,45 @@ GEM
266266
addressable
267267
css_parser (>= 1.6.0)
268268
htmlentities (>= 4.0.0)
269-
premailer-rails (1.11.1)
269+
premailer-rails (1.12.0)
270270
actionmailer (>= 3)
271+
net-smtp
271272
premailer (~> 1.7, >= 1.7.9)
272273
pry (0.14.1)
273274
coderay (~> 1.1)
274275
method_source (~> 1.0)
275276
public_suffix (5.0.0)
276-
puma (5.6.5)
277+
puma (6.3.0)
277278
nio4r (~> 2.0)
278279
puma_worker_killer (0.3.1)
279280
get_process_mem (~> 0.2)
280281
puma (>= 2.7)
281-
racc (1.6.0)
282-
rack (2.2.4)
282+
racc (1.7.1)
283+
rack (2.2.7)
283284
rack-canonical-host (1.0.0)
284285
addressable (> 0, < 3)
285286
rack (>= 1.0.0, < 3)
286287
rack-mini-profiler (3.0.0)
287288
rack (>= 1.2.0)
288289
rack-protection (3.0.2)
289290
rack
290-
rack-test (2.0.2)
291+
rack-test (2.1.0)
291292
rack (>= 1.3)
292293
rack-timeout (0.6.3)
293-
rails (7.0.4)
294-
actioncable (= 7.0.4)
295-
actionmailbox (= 7.0.4)
296-
actionmailer (= 7.0.4)
297-
actionpack (= 7.0.4)
298-
actiontext (= 7.0.4)
299-
actionview (= 7.0.4)
300-
activejob (= 7.0.4)
301-
activemodel (= 7.0.4)
302-
activerecord (= 7.0.4)
303-
activestorage (= 7.0.4)
304-
activesupport (= 7.0.4)
294+
rails (7.0.6)
295+
actioncable (= 7.0.6)
296+
actionmailbox (= 7.0.6)
297+
actionmailer (= 7.0.6)
298+
actionpack (= 7.0.6)
299+
actiontext (= 7.0.6)
300+
actionview (= 7.0.6)
301+
activejob (= 7.0.6)
302+
activemodel (= 7.0.6)
303+
activerecord (= 7.0.6)
304+
activestorage (= 7.0.6)
305+
activesupport (= 7.0.6)
305306
bundler (>= 1.15.0)
306-
railties (= 7.0.4)
307+
railties (= 7.0.6)
307308
rails-autoscale-core (1.1.0)
308309
rails-autoscale-web (1.1.0)
309310
rails-autoscale-core
@@ -312,14 +313,16 @@ GEM
312313
actionpack (>= 5.0.1.rc1)
313314
actionview (>= 5.0.1.rc1)
314315
activesupport (>= 5.0.1.rc1)
315-
rails-dom-testing (2.0.3)
316-
activesupport (>= 4.2.0)
316+
rails-dom-testing (2.1.1)
317+
activesupport (>= 5.0.0)
318+
minitest
317319
nokogiri (>= 1.6)
318-
rails-html-sanitizer (1.4.3)
319-
loofah (~> 2.3)
320-
railties (7.0.4)
321-
actionpack (= 7.0.4)
322-
activesupport (= 7.0.4)
320+
rails-html-sanitizer (1.6.0)
321+
loofah (~> 2.21)
322+
nokogiri (~> 1.14)
323+
railties (7.0.6)
324+
actionpack (= 7.0.6)
325+
activesupport (= 7.0.6)
323326
method_source
324327
rake (>= 12.2)
325328
thor (~> 1.0)
@@ -416,11 +419,11 @@ GEM
416419
stackprof (0.2.17)
417420
temple (0.8.2)
418421
test-prof (1.0.10)
419-
thor (1.2.1)
422+
thor (1.2.2)
420423
tilt (2.0.11)
421424
timeout (0.3.0)
422425
ttfunk (1.7.0)
423-
tzinfo (2.0.5)
426+
tzinfo (2.0.6)
424427
concurrent-ruby (~> 1.0)
425428
uglifier (4.2.0)
426429
execjs (>= 0.3.0, < 3)
@@ -435,7 +438,7 @@ GEM
435438
vcr (6.1.0)
436439
warden (1.2.9)
437440
rack (>= 2.0.9)
438-
web-console (4.1.0)
441+
web-console (4.2.0)
439442
actionview (>= 6.0.0)
440443
activemodel (>= 6.0.0)
441444
bindex (>= 0.4.0)
@@ -455,7 +458,7 @@ GEM
455458
nokogiri (~> 1.8)
456459
yard (0.9.28)
457460
webrick (~> 1.7.0)
458-
zeitwerk (2.6.1)
461+
zeitwerk (2.6.8)
459462

460463
PLATFORMS
461464
ruby
@@ -503,7 +506,7 @@ DEPENDENCIES
503506
rack-canonical-host
504507
rack-mini-profiler
505508
rack-timeout
506-
rails (= 7.0.4)
509+
rails (= 7.0.6)
507510
rails-autoscale-web
508511
rails-controller-testing
509512
rake
@@ -537,7 +540,7 @@ DEPENDENCIES
537540
yard (~> 0.9.28)
538541

539542
RUBY VERSION
540-
ruby 3.1.2
543+
ruby 3.1.4p223
541544

542545
BUNDLED WITH
543546
2.3.23

0 commit comments

Comments
 (0)