Skip to content

Commit 2663ca8

Browse files
authored
Update rails to version 7.0.8.1
1 parent 9162cfd commit 2663ca8

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
@@ -10,65 +10,71 @@ GIT
1010
GEM
1111
remote: http://rubygems.org/
1212
specs:
13-
actioncable (6.1.7.7)
14-
actionpack (= 6.1.7.7)
15-
activesupport (= 6.1.7.7)
13+
actioncable (7.0.8.1)
14+
actionpack (= 7.0.8.1)
15+
activesupport (= 7.0.8.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.7.7)
19-
actionpack (= 6.1.7.7)
20-
activejob (= 6.1.7.7)
21-
activerecord (= 6.1.7.7)
22-
activestorage (= 6.1.7.7)
23-
activesupport (= 6.1.7.7)
18+
actionmailbox (7.0.8.1)
19+
actionpack (= 7.0.8.1)
20+
activejob (= 7.0.8.1)
21+
activerecord (= 7.0.8.1)
22+
activestorage (= 7.0.8.1)
23+
activesupport (= 7.0.8.1)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.7.7)
26-
actionpack (= 6.1.7.7)
27-
actionview (= 6.1.7.7)
28-
activejob (= 6.1.7.7)
29-
activesupport (= 6.1.7.7)
25+
net-imap
26+
net-pop
27+
net-smtp
28+
actionmailer (7.0.8.1)
29+
actionpack (= 7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activejob (= 7.0.8.1)
32+
activesupport (= 7.0.8.1)
3033
mail (~> 2.5, >= 2.5.4)
34+
net-imap
35+
net-pop
36+
net-smtp
3137
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.7.7)
33-
actionview (= 6.1.7.7)
34-
activesupport (= 6.1.7.7)
35-
rack (~> 2.0, >= 2.0.9)
38+
actionpack (7.0.8.1)
39+
actionview (= 7.0.8.1)
40+
activesupport (= 7.0.8.1)
41+
rack (~> 2.0, >= 2.2.4)
3642
rack-test (>= 0.6.3)
3743
rails-dom-testing (~> 2.0)
3844
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.7.7)
40-
actionpack (= 6.1.7.7)
41-
activerecord (= 6.1.7.7)
42-
activestorage (= 6.1.7.7)
43-
activesupport (= 6.1.7.7)
45+
actiontext (7.0.8.1)
46+
actionpack (= 7.0.8.1)
47+
activerecord (= 7.0.8.1)
48+
activestorage (= 7.0.8.1)
49+
activesupport (= 7.0.8.1)
50+
globalid (>= 0.6.0)
4451
nokogiri (>= 1.8.5)
45-
actionview (6.1.7.7)
46-
activesupport (= 6.1.7.7)
52+
actionview (7.0.8.1)
53+
activesupport (= 7.0.8.1)
4754
builder (~> 3.1)
4855
erubi (~> 1.4)
4956
rails-dom-testing (~> 2.0)
5057
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.7.7)
52-
activesupport (= 6.1.7.7)
58+
activejob (7.0.8.1)
59+
activesupport (= 7.0.8.1)
5360
globalid (>= 0.3.6)
54-
activemodel (6.1.7.7)
55-
activesupport (= 6.1.7.7)
56-
activerecord (6.1.7.7)
57-
activemodel (= 6.1.7.7)
58-
activesupport (= 6.1.7.7)
59-
activestorage (6.1.7.7)
60-
actionpack (= 6.1.7.7)
61-
activejob (= 6.1.7.7)
62-
activerecord (= 6.1.7.7)
63-
activesupport (= 6.1.7.7)
61+
activemodel (7.0.8.1)
62+
activesupport (= 7.0.8.1)
63+
activerecord (7.0.8.1)
64+
activemodel (= 7.0.8.1)
65+
activesupport (= 7.0.8.1)
66+
activestorage (7.0.8.1)
67+
actionpack (= 7.0.8.1)
68+
activejob (= 7.0.8.1)
69+
activerecord (= 7.0.8.1)
70+
activesupport (= 7.0.8.1)
6471
marcel (~> 1.0)
6572
mini_mime (>= 1.1.0)
66-
activesupport (6.1.7.7)
73+
activesupport (7.0.8.1)
6774
concurrent-ruby (~> 1.0, >= 1.0.2)
6875
i18n (>= 1.6, < 2)
6976
minitest (>= 5.1)
7077
tzinfo (~> 2.0)
71-
zeitwerk (~> 2.3)
7278
acts_as_api (1.0.1)
7379
activemodel (>= 3.0.0)
7480
activesupport (>= 3.0.0)
@@ -273,21 +279,20 @@ GEM
273279
rack
274280
rack-test (2.1.0)
275281
rack (>= 1.3)
276-
rails (6.1.7.7)
277-
actioncable (= 6.1.7.7)
278-
actionmailbox (= 6.1.7.7)
279-
actionmailer (= 6.1.7.7)
280-
actionpack (= 6.1.7.7)
281-
actiontext (= 6.1.7.7)
282-
actionview (= 6.1.7.7)
283-
activejob (= 6.1.7.7)
284-
activemodel (= 6.1.7.7)
285-
activerecord (= 6.1.7.7)
286-
activestorage (= 6.1.7.7)
287-
activesupport (= 6.1.7.7)
282+
rails (7.0.8.1)
283+
actioncable (= 7.0.8.1)
284+
actionmailbox (= 7.0.8.1)
285+
actionmailer (= 7.0.8.1)
286+
actionpack (= 7.0.8.1)
287+
actiontext (= 7.0.8.1)
288+
actionview (= 7.0.8.1)
289+
activejob (= 7.0.8.1)
290+
activemodel (= 7.0.8.1)
291+
activerecord (= 7.0.8.1)
292+
activestorage (= 7.0.8.1)
293+
activesupport (= 7.0.8.1)
288294
bundler (>= 1.15.0)
289-
railties (= 6.1.7.7)
290-
sprockets-rails (>= 2.0.0)
295+
railties (= 7.0.8.1)
291296
rails-controller-testing (1.0.5)
292297
actionpack (>= 5.0.1.rc1)
293298
actionview (>= 5.0.1.rc1)
@@ -304,12 +309,13 @@ GEM
304309
rails_stdout_logging
305310
rails_serve_static_assets (0.0.5)
306311
rails_stdout_logging (0.0.5)
307-
railties (6.1.7.7)
308-
actionpack (= 6.1.7.7)
309-
activesupport (= 6.1.7.7)
312+
railties (7.0.8.1)
313+
actionpack (= 7.0.8.1)
314+
activesupport (= 7.0.8.1)
310315
method_source
311316
rake (>= 12.2)
312317
thor (~> 1.0)
318+
zeitwerk (~> 2.5)
313319
rainbow (3.1.1)
314320
rake (13.1.0)
315321
rb-fsevent (0.11.2)
@@ -464,7 +470,7 @@ DEPENDENCIES
464470
public_suffix
465471
puma
466472
rack-cache
467-
rails (~> 6.1.3)
473+
rails (~> 7.0.8)
468474
rails-controller-testing
469475
rails_12factor
470476
redcarpet

0 commit comments

Comments
 (0)