Skip to content

Commit 6f804ee

Browse files
committed
Update Rails to version 7+
1 parent cdff76a commit 6f804ee

File tree

2 files changed

+73
-64
lines changed

2 files changed

+73
-64
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "shakapacker", "6.5.5"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1212
gem "listen"
13-
gem "rails", "~> 6.1.4"
13+
gem "rails", "~> 7"
1414

1515
gem "pg"
1616

Gemfile.lock

Lines changed: 72 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.4)
5-
actionpack (= 6.1.4.4)
6-
activesupport (= 6.1.4.4)
4+
actioncable (7.0.4)
5+
actionpack (= 7.0.4)
6+
activesupport (= 7.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.4)
10-
actionpack (= 6.1.4.4)
11-
activejob (= 6.1.4.4)
12-
activerecord (= 6.1.4.4)
13-
activestorage (= 6.1.4.4)
14-
activesupport (= 6.1.4.4)
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)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.4)
17-
actionpack (= 6.1.4.4)
18-
actionview (= 6.1.4.4)
19-
activejob (= 6.1.4.4)
20-
activesupport (= 6.1.4.4)
16+
net-imap
17+
net-pop
18+
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)
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.4.4)
24-
actionview (= 6.1.4.4)
25-
activesupport (= 6.1.4.4)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.4)
30+
actionview (= 7.0.4)
31+
activesupport (= 7.0.4)
32+
rack (~> 2.0, >= 2.2.0)
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.4.4)
31-
actionpack (= 6.1.4.4)
32-
activerecord (= 6.1.4.4)
33-
activestorage (= 6.1.4.4)
34-
activesupport (= 6.1.4.4)
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)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.4)
37-
activesupport (= 6.1.4.4)
43+
actionview (7.0.4)
44+
activesupport (= 7.0.4)
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.4.4)
43-
activesupport (= 6.1.4.4)
49+
activejob (7.0.4)
50+
activesupport (= 7.0.4)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.4.4)
46-
activesupport (= 6.1.4.4)
47-
activerecord (6.1.4.4)
48-
activemodel (= 6.1.4.4)
49-
activesupport (= 6.1.4.4)
50-
activestorage (6.1.4.4)
51-
actionpack (= 6.1.4.4)
52-
activejob (= 6.1.4.4)
53-
activerecord (= 6.1.4.4)
54-
activesupport (= 6.1.4.4)
55-
marcel (~> 1.0.0)
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)
62+
marcel (~> 1.0)
5663
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4.4)
64+
activesupport (7.0.4)
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
addressable (2.8.0)
6470
public_suffix (>= 2.0.2, < 5.0)
6571
ast (2.4.2)
@@ -115,7 +121,7 @@ GEM
115121
erubi (1.10.0)
116122
erubis (2.7.0)
117123
execjs (2.8.1)
118-
factory_bot (6.2.0)
124+
factory_bot (6.2.1)
119125
activesupport (>= 5.0.0)
120126
factory_bot_rails (6.2.0)
121127
factory_bot (~> 6.2.0)
@@ -142,8 +148,11 @@ GEM
142148
loofah (2.13.0)
143149
crass (~> 1.0.2)
144150
nokogiri (>= 1.5.9)
145-
mail (2.7.1)
151+
mail (2.8.0.1)
146152
mini_mime (>= 0.1.1)
153+
net-imap
154+
net-pop
155+
net-smtp
147156
marcel (1.0.2)
148157
matrix (0.4.2)
149158
method_source (1.0.0)
@@ -193,21 +202,20 @@ GEM
193202
rack
194203
rack-test (1.1.0)
195204
rack (>= 1.0, < 3)
196-
rails (6.1.4.4)
197-
actioncable (= 6.1.4.4)
198-
actionmailbox (= 6.1.4.4)
199-
actionmailer (= 6.1.4.4)
200-
actionpack (= 6.1.4.4)
201-
actiontext (= 6.1.4.4)
202-
actionview (= 6.1.4.4)
203-
activejob (= 6.1.4.4)
204-
activemodel (= 6.1.4.4)
205-
activerecord (= 6.1.4.4)
206-
activestorage (= 6.1.4.4)
207-
activesupport (= 6.1.4.4)
205+
rails (7.0.4)
206+
actioncable (= 7.0.4)
207+
actionmailbox (= 7.0.4)
208+
actionmailer (= 7.0.4)
209+
actionpack (= 7.0.4)
210+
actiontext (= 7.0.4)
211+
actionview (= 7.0.4)
212+
activejob (= 7.0.4)
213+
activemodel (= 7.0.4)
214+
activerecord (= 7.0.4)
215+
activestorage (= 7.0.4)
216+
activesupport (= 7.0.4)
208217
bundler (>= 1.15.0)
209-
railties (= 6.1.4.4)
210-
sprockets-rails (>= 2.0.0)
218+
railties (= 7.0.4)
211219
rails-dom-testing (2.0.3)
212220
activesupport (>= 4.2.0)
213221
nokogiri (>= 1.6)
@@ -221,12 +229,13 @@ GEM
221229
json
222230
require_all (~> 3.0)
223231
ruby-progressbar
224-
railties (6.1.4.4)
225-
actionpack (= 6.1.4.4)
226-
activesupport (= 6.1.4.4)
232+
railties (7.0.4)
233+
actionpack (= 7.0.4)
234+
activesupport (= 7.0.4)
227235
method_source
228-
rake (>= 0.13)
236+
rake (>= 12.2)
229237
thor (~> 1.0)
238+
zeitwerk (~> 2.5)
230239
rainbow (3.0.0)
231240
rake (13.0.6)
232241
rb-fsevent (0.11.0)
@@ -251,7 +260,7 @@ GEM
251260
rspec-mocks (3.10.2)
252261
diff-lcs (>= 1.2.0, < 2.0)
253262
rspec-support (~> 3.10.0)
254-
rspec-rails (5.0.2)
263+
rspec-rails (5.1.2)
255264
actionpack (>= 5.2)
256265
activesupport (>= 5.2)
257266
railties (>= 5.2)
@@ -274,7 +283,7 @@ GEM
274283
rubocop-performance (1.13.2)
275284
rubocop (>= 1.7.0, < 2.0)
276285
rubocop-ast (>= 0.4.0)
277-
rubocop-rails (2.13.2)
286+
rubocop-rails (2.15.2)
278287
activesupport (>= 4.2.0)
279288
rack (>= 1.1)
280289
rubocop (>= 1.7.0, < 2.0)
@@ -387,7 +396,7 @@ DEPENDENCIES
387396
pry-rescue
388397
pry-stack_explorer
389398
puma
390-
rails (~> 6.1.4)
399+
rails (~> 7)
391400
rails-html-sanitizer
392401
rails_best_practices
393402
rainbow

0 commit comments

Comments
 (0)