Skip to content

Commit 2aee32c

Browse files
authored
Update all of rails to version 7.0.8.1
1 parent f499555 commit 2aee32c

File tree

2 files changed

+78
-72
lines changed

2 files changed

+78
-72
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

+77-71
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.6)
14-
actionpack (= 6.1.7.6)
15-
activesupport (= 6.1.7.6)
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.6)
19-
actionpack (= 6.1.7.6)
20-
activejob (= 6.1.7.6)
21-
activerecord (= 6.1.7.6)
22-
activestorage (= 6.1.7.6)
23-
activesupport (= 6.1.7.6)
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.6)
26-
actionpack (= 6.1.7.6)
27-
actionview (= 6.1.7.6)
28-
activejob (= 6.1.7.6)
29-
activesupport (= 6.1.7.6)
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.6)
33-
actionview (= 6.1.7.6)
34-
activesupport (= 6.1.7.6)
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.6)
40-
actionpack (= 6.1.7.6)
41-
activerecord (= 6.1.7.6)
42-
activestorage (= 6.1.7.6)
43-
activesupport (= 6.1.7.6)
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.6)
46-
activesupport (= 6.1.7.6)
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.6)
52-
activesupport (= 6.1.7.6)
58+
activejob (7.0.8.1)
59+
activesupport (= 7.0.8.1)
5360
globalid (>= 0.3.6)
54-
activemodel (6.1.7.6)
55-
activesupport (= 6.1.7.6)
56-
activerecord (6.1.7.6)
57-
activemodel (= 6.1.7.6)
58-
activesupport (= 6.1.7.6)
59-
activestorage (6.1.7.6)
60-
actionpack (= 6.1.7.6)
61-
activejob (= 6.1.7.6)
62-
activerecord (= 6.1.7.6)
63-
activesupport (= 6.1.7.6)
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.6)
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)
@@ -97,11 +103,11 @@ GEM
97103
builder (3.2.4)
98104
byebug (11.1.3)
99105
coderay (1.1.3)
100-
concurrent-ruby (1.2.2)
106+
concurrent-ruby (1.2.3)
101107
connection_pool (2.4.1)
102108
crass (1.0.6)
103109
dalli (3.2.5)
104-
date (3.3.3)
110+
date (3.3.4)
105111
decent_exposure (3.0.4)
106112
activesupport (>= 4.0)
107113
diff-lcs (1.5.0)
@@ -128,8 +134,8 @@ GEM
128134
font-awesome-rails (4.7.0.8)
129135
railties (>= 3.2, < 8.0)
130136
geocoder (1.8.2)
131-
globalid (1.1.0)
132-
activesupport (>= 5.0)
137+
globalid (1.2.1)
138+
activesupport (>= 6.1)
133139
hashie (5.0.0)
134140
i18n (1.14.1)
135141
concurrent-ruby (~> 1.0)
@@ -179,7 +185,7 @@ GEM
179185
activesupport (>= 4)
180186
railties (>= 4)
181187
request_store (~> 1.0)
182-
loofah (2.21.3)
188+
loofah (2.22.0)
183189
crass (~> 1.0.2)
184190
nokogiri (>= 1.12.0)
185191
mail (2.8.1)
@@ -191,21 +197,21 @@ GEM
191197
method_source (1.0.0)
192198
mini_mime (1.1.5)
193199
mini_portile2 (2.8.5)
194-
minitest (5.19.0)
200+
minitest (5.22.2)
195201
multi_xml (0.6.0)
196202
net-http-persistent (4.0.2)
197203
connection_pool (~> 2.2)
198-
net-imap (0.3.7)
204+
net-imap (0.4.10)
199205
date
200206
net-protocol
201207
net-pop (0.1.2)
202208
net-protocol
203-
net-protocol (0.2.1)
209+
net-protocol (0.2.2)
204210
timeout
205-
net-smtp (0.3.3)
211+
net-smtp (0.4.0.1)
206212
net-protocol
207213
net_http_timeout_errors (1.0.0)
208-
nio4r (2.5.9)
214+
nio4r (2.7.0)
209215
nokogiri (1.16.2)
210216
mini_portile2 (~> 2.8.2)
211217
racc (~> 1.4)
@@ -273,21 +279,20 @@ GEM
273279
rack
274280
rack-test (2.1.0)
275281
rack (>= 1.3)
276-
rails (6.1.7.6)
277-
actioncable (= 6.1.7.6)
278-
actionmailbox (= 6.1.7.6)
279-
actionmailer (= 6.1.7.6)
280-
actionpack (= 6.1.7.6)
281-
actiontext (= 6.1.7.6)
282-
actionview (= 6.1.7.6)
283-
activejob (= 6.1.7.6)
284-
activemodel (= 6.1.7.6)
285-
activerecord (= 6.1.7.6)
286-
activestorage (= 6.1.7.6)
287-
activesupport (= 6.1.7.6)
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.6)
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,14 +309,15 @@ 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.6)
308-
actionpack (= 6.1.7.6)
309-
activesupport (= 6.1.7.6)
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)
314-
rake (13.0.6)
320+
rake (13.1.0)
315321
rb-fsevent (0.11.2)
316322
rb-inotify (0.10.1)
317323
ffi (~> 1.0)
@@ -401,9 +407,9 @@ GEM
401407
activesupport (>= 5.2)
402408
sprockets (>= 3.0.0)
403409
temple (0.10.2)
404-
thor (1.2.2)
410+
thor (1.3.0)
405411
tilt (2.2.0)
406-
timeout (0.4.0)
412+
timeout (0.4.1)
407413
typhoeus (1.4.0)
408414
ethon (>= 0.9.0)
409415
tzinfo (2.0.6)
@@ -428,7 +434,7 @@ GEM
428434
websocket-extensions (>= 0.1.0)
429435
websocket-extensions (0.1.5)
430436
whitelabel (0.4.0)
431-
zeitwerk (2.6.11)
437+
zeitwerk (2.6.13)
432438

433439
PLATFORMS
434440
ruby
@@ -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)