Skip to content

Commit 3520fde

Browse files
authored
Update rails to version 7.0.8.1
1 parent 6e46f5f commit 3520fde

File tree

2 files changed

+64
-58
lines changed

2 files changed

+64
-58
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'http://rubygems.org'
22
ruby File.read('.ruby-version').strip
33

4-
gem 'rails', '~> 6.1.3'
4+
gem 'rails', '~> 7.0.8'
55

66
gem 'acts_as_api'
77
gem 'addressable'

Gemfile.lock

+63-57
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,71 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (6.1.7.9)
5-
actionpack (= 6.1.7.9)
6-
activesupport (= 6.1.7.9)
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 (6.1.7.9)
10-
actionpack (= 6.1.7.9)
11-
activejob (= 6.1.7.9)
12-
activerecord (= 6.1.7.9)
13-
activestorage (= 6.1.7.9)
14-
activesupport (= 6.1.7.9)
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)
16-
actionmailer (6.1.7.9)
17-
actionpack (= 6.1.7.9)
18-
actionview (= 6.1.7.9)
19-
activejob (= 6.1.7.9)
20-
activesupport (= 6.1.7.9)
16+
net-imap
17+
net-pop
18+
net-smtp
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)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.9)
24-
actionview (= 6.1.7.9)
25-
activesupport (= 6.1.7.9)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activesupport (= 7.0.8.1)
32+
rack (~> 2.0, >= 2.2.4)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.9)
31-
actionpack (= 6.1.7.9)
32-
activerecord (= 6.1.7.9)
33-
activestorage (= 6.1.7.9)
34-
activesupport (= 6.1.7.9)
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)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.9)
37-
activesupport (= 6.1.7.9)
43+
actionview (7.0.8.1)
44+
activesupport (= 7.0.8.1)
3845
builder (~> 3.1)
3946
erubi (~> 1.4)
4047
rails-dom-testing (~> 2.0)
4148
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.7.9)
43-
activesupport (= 6.1.7.9)
49+
activejob (7.0.8.1)
50+
activesupport (= 7.0.8.1)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.7.9)
46-
activesupport (= 6.1.7.9)
47-
activerecord (6.1.7.9)
48-
activemodel (= 6.1.7.9)
49-
activesupport (= 6.1.7.9)
50-
activestorage (6.1.7.9)
51-
actionpack (= 6.1.7.9)
52-
activejob (= 6.1.7.9)
53-
activerecord (= 6.1.7.9)
54-
activesupport (= 6.1.7.9)
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)
5562
marcel (~> 1.0)
5663
mini_mime (>= 1.1.0)
57-
activesupport (6.1.7.9)
64+
activesupport (7.0.8.1)
5865
concurrent-ruby (~> 1.0, >= 1.0.2)
5966
i18n (>= 1.6, < 2)
6067
minitest (>= 5.1)
6168
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
6369
acts_as_api (1.0.1)
6470
activemodel (>= 3.0.0)
6571
activesupport (>= 3.0.0)
@@ -274,21 +280,20 @@ GEM
274280
rack (~> 2.2, >= 2.2.4)
275281
rack-test (2.1.0)
276282
rack (>= 1.3)
277-
rails (6.1.7.9)
278-
actioncable (= 6.1.7.9)
279-
actionmailbox (= 6.1.7.9)
280-
actionmailer (= 6.1.7.9)
281-
actionpack (= 6.1.7.9)
282-
actiontext (= 6.1.7.9)
283-
actionview (= 6.1.7.9)
284-
activejob (= 6.1.7.9)
285-
activemodel (= 6.1.7.9)
286-
activerecord (= 6.1.7.9)
287-
activestorage (= 6.1.7.9)
288-
activesupport (= 6.1.7.9)
283+
rails (7.0.8.1)
284+
actioncable (= 7.0.8.1)
285+
actionmailbox (= 7.0.8.1)
286+
actionmailer (= 7.0.8.1)
287+
actionpack (= 7.0.8.1)
288+
actiontext (= 7.0.8.1)
289+
actionview (= 7.0.8.1)
290+
activejob (= 7.0.8.1)
291+
activemodel (= 7.0.8.1)
292+
activerecord (= 7.0.8.1)
293+
activestorage (= 7.0.8.1)
294+
activesupport (= 7.0.8.1)
289295
bundler (>= 1.15.0)
290-
railties (= 6.1.7.9)
291-
sprockets-rails (>= 2.0.0)
296+
railties (= 7.0.8.1)
292297
rails-controller-testing (1.0.5)
293298
actionpack (>= 5.0.1.rc1)
294299
actionview (>= 5.0.1.rc1)
@@ -305,12 +310,13 @@ GEM
305310
rails_stdout_logging
306311
rails_serve_static_assets (0.0.5)
307312
rails_stdout_logging (0.0.5)
308-
railties (6.1.7.9)
309-
actionpack (= 6.1.7.9)
310-
activesupport (= 6.1.7.9)
313+
railties (7.0.8.1)
314+
actionpack (= 7.0.8.1)
315+
activesupport (= 7.0.8.1)
311316
method_source
312317
rake (>= 12.2)
313318
thor (~> 1.0)
319+
zeitwerk (~> 2.5)
314320
rainbow (3.1.1)
315321
rake (13.2.1)
316322
rb-fsevent (0.11.2)
@@ -460,7 +466,7 @@ DEPENDENCIES
460466
public_suffix
461467
puma
462468
rack-cache
463-
rails (~> 6.1.3)
469+
rails (~> 7.0.8)
464470
rails-controller-testing
465471
rails_12factor
466472
redcarpet

0 commit comments

Comments
 (0)