Skip to content

Commit e234aac

Browse files
Update dependency rails to v7
1 parent d40c85f commit e234aac

File tree

2 files changed

+158
-104
lines changed

2 files changed

+158
-104
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'faraday'
77
gem 'faraday_middleware'
88

99
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10-
gem 'rails', '~> 6.1'
10+
gem 'rails', '~> 7.0'
1111
# Use postgresql as the database for Active Record
1212
gem 'pg', '>= 0.18', '< 2.0'
1313
# Use Puma as the app server

Gemfile.lock

Lines changed: 157 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -9,71 +9,88 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (6.1.4.1)
13-
actionpack (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
12+
actioncable (7.1.4)
13+
actionpack (= 7.1.4)
14+
activesupport (= 7.1.4)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.1.4.1)
18-
actionpack (= 6.1.4.1)
19-
activejob (= 6.1.4.1)
20-
activerecord (= 6.1.4.1)
21-
activestorage (= 6.1.4.1)
22-
activesupport (= 6.1.4.1)
17+
zeitwerk (~> 2.6)
18+
actionmailbox (7.1.4)
19+
actionpack (= 7.1.4)
20+
activejob (= 7.1.4)
21+
activerecord (= 7.1.4)
22+
activestorage (= 7.1.4)
23+
activesupport (= 7.1.4)
2324
mail (>= 2.7.1)
24-
actionmailer (6.1.4.1)
25-
actionpack (= 6.1.4.1)
26-
actionview (= 6.1.4.1)
27-
activejob (= 6.1.4.1)
28-
activesupport (= 6.1.4.1)
25+
net-imap
26+
net-pop
27+
net-smtp
28+
actionmailer (7.1.4)
29+
actionpack (= 7.1.4)
30+
actionview (= 7.1.4)
31+
activejob (= 7.1.4)
32+
activesupport (= 7.1.4)
2933
mail (~> 2.5, >= 2.5.4)
30-
rails-dom-testing (~> 2.0)
31-
actionpack (6.1.4.1)
32-
actionview (= 6.1.4.1)
33-
activesupport (= 6.1.4.1)
34-
rack (~> 2.0, >= 2.0.9)
34+
net-imap
35+
net-pop
36+
net-smtp
37+
rails-dom-testing (~> 2.2)
38+
actionpack (7.1.4)
39+
actionview (= 7.1.4)
40+
activesupport (= 7.1.4)
41+
nokogiri (>= 1.8.5)
42+
racc
43+
rack (>= 2.2.4)
44+
rack-session (>= 1.0.1)
3545
rack-test (>= 0.6.3)
36-
rails-dom-testing (~> 2.0)
37-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.1.4.1)
39-
actionpack (= 6.1.4.1)
40-
activerecord (= 6.1.4.1)
41-
activestorage (= 6.1.4.1)
42-
activesupport (= 6.1.4.1)
46+
rails-dom-testing (~> 2.2)
47+
rails-html-sanitizer (~> 1.6)
48+
actiontext (7.1.4)
49+
actionpack (= 7.1.4)
50+
activerecord (= 7.1.4)
51+
activestorage (= 7.1.4)
52+
activesupport (= 7.1.4)
53+
globalid (>= 0.6.0)
4354
nokogiri (>= 1.8.5)
44-
actionview (6.1.4.1)
45-
activesupport (= 6.1.4.1)
55+
actionview (7.1.4)
56+
activesupport (= 7.1.4)
4657
builder (~> 3.1)
47-
erubi (~> 1.4)
48-
rails-dom-testing (~> 2.0)
49-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.1.4.1)
51-
activesupport (= 6.1.4.1)
58+
erubi (~> 1.11)
59+
rails-dom-testing (~> 2.2)
60+
rails-html-sanitizer (~> 1.6)
61+
activejob (7.1.4)
62+
activesupport (= 7.1.4)
5263
globalid (>= 0.3.6)
53-
activemodel (6.1.4.1)
54-
activesupport (= 6.1.4.1)
55-
activerecord (6.1.4.1)
56-
activemodel (= 6.1.4.1)
57-
activesupport (= 6.1.4.1)
58-
activestorage (6.1.4.1)
59-
actionpack (= 6.1.4.1)
60-
activejob (= 6.1.4.1)
61-
activerecord (= 6.1.4.1)
62-
activesupport (= 6.1.4.1)
63-
marcel (~> 1.0.0)
64-
mini_mime (>= 1.1.0)
65-
activesupport (6.1.4.1)
64+
activemodel (7.1.4)
65+
activesupport (= 7.1.4)
66+
activerecord (7.1.4)
67+
activemodel (= 7.1.4)
68+
activesupport (= 7.1.4)
69+
timeout (>= 0.4.0)
70+
activestorage (7.1.4)
71+
actionpack (= 7.1.4)
72+
activejob (= 7.1.4)
73+
activerecord (= 7.1.4)
74+
activesupport (= 7.1.4)
75+
marcel (~> 1.0)
76+
activesupport (7.1.4)
77+
base64
78+
bigdecimal
6679
concurrent-ruby (~> 1.0, >= 1.0.2)
80+
connection_pool (>= 2.2.5)
81+
drb
6782
i18n (>= 1.6, < 2)
6883
minitest (>= 5.1)
84+
mutex_m
6985
tzinfo (~> 2.0)
70-
zeitwerk (~> 2.3)
7186
addressable (2.8.0)
7287
public_suffix (>= 2.0.2, < 5.0)
88+
base64 (0.2.0)
89+
bigdecimal (3.1.8)
7390
bindex (0.8.1)
7491
bootsnap (1.11.1)
7592
msgpack (~> 1.2)
76-
builder (3.2.4)
93+
builder (3.3.0)
7794
capybara (3.35.3)
7895
addressable
7996
mini_mime (>= 0.1.3)
@@ -84,17 +101,20 @@ GEM
84101
xpath (~> 3.2)
85102
childprocess (3.0.0)
86103
coderay (1.1.3)
87-
concurrent-ruby (1.1.10)
104+
concurrent-ruby (1.3.4)
105+
connection_pool (2.4.1)
88106
crack (0.4.5)
89107
rexml
90108
crass (1.0.6)
109+
date (3.3.4)
91110
diff-lcs (1.5.0)
92111
docile (1.4.0)
93112
dotenv (2.7.6)
94113
dotenv-rails (2.7.6)
95114
dotenv (= 2.7.6)
96115
railties (>= 3.2)
97-
erubi (1.10.0)
116+
drb (2.2.1)
117+
erubi (1.13.0)
98118
factory_bot (6.2.0)
99119
activesupport (>= 5.0.0)
100120
faraday (1.7.1)
@@ -122,77 +142,108 @@ GEM
122142
fuubar (2.5.1)
123143
rspec-core (~> 3.0)
124144
ruby-progressbar (~> 1.4)
125-
globalid (0.5.2)
126-
activesupport (>= 5.0)
145+
globalid (1.2.1)
146+
activesupport (>= 6.1)
127147
hashdiff (1.0.1)
128-
i18n (1.10.0)
148+
i18n (1.14.5)
129149
concurrent-ruby (~> 1.0)
150+
io-console (0.7.2)
151+
irb (1.14.0)
152+
rdoc (>= 4.0.0)
153+
reline (>= 0.4.2)
130154
jbuilder (2.11.2)
131155
activesupport (>= 5.0.0)
132156
json (2.5.1)
133157
listen (3.7.0)
134158
rb-fsevent (~> 0.10, >= 0.10.3)
135159
rb-inotify (~> 0.9, >= 0.9.10)
136-
loofah (2.18.0)
160+
loofah (2.22.0)
137161
crass (~> 1.0.2)
138-
nokogiri (>= 1.5.9)
139-
mail (2.7.1)
162+
nokogiri (>= 1.12.0)
163+
mail (2.8.1)
140164
mini_mime (>= 0.1.1)
141-
marcel (1.0.1)
142-
method_source (1.0.0)
143-
mini_mime (1.1.1)
144-
mini_portile2 (2.8.0)
145-
minitest (5.15.0)
165+
net-imap
166+
net-pop
167+
net-smtp
168+
marcel (1.0.4)
169+
method_source (1.1.0)
170+
mini_mime (1.1.5)
171+
mini_portile2 (2.8.7)
172+
minitest (5.25.1)
146173
msgpack (1.5.1)
147174
multipart-post (2.1.1)
148-
nio4r (2.5.8)
149-
nokogiri (1.13.6)
150-
mini_portile2 (~> 2.8.0)
175+
mutex_m (0.2.0)
176+
net-imap (0.4.15)
177+
date
178+
net-protocol
179+
net-pop (0.1.2)
180+
net-protocol
181+
net-protocol (0.2.2)
182+
timeout
183+
net-smtp (0.5.0)
184+
net-protocol
185+
nio4r (2.7.3)
186+
nokogiri (1.16.7)
187+
mini_portile2 (~> 2.8.2)
151188
racc (~> 1.4)
152189
pg (1.2.3)
153190
pry (0.14.1)
154191
coderay (~> 1.1)
155192
method_source (~> 1.0)
193+
psych (5.1.2)
194+
stringio
156195
public_suffix (4.0.6)
157196
puma (5.4.0)
158197
nio4r (~> 2.0)
159-
racc (1.6.0)
160-
rack (2.2.3)
198+
racc (1.8.1)
199+
rack (3.1.7)
161200
rack-proxy (0.7.0)
162201
rack
163-
rack-test (1.1.0)
164-
rack (>= 1.0, < 3)
165-
rails (6.1.4.1)
166-
actioncable (= 6.1.4.1)
167-
actionmailbox (= 6.1.4.1)
168-
actionmailer (= 6.1.4.1)
169-
actionpack (= 6.1.4.1)
170-
actiontext (= 6.1.4.1)
171-
actionview (= 6.1.4.1)
172-
activejob (= 6.1.4.1)
173-
activemodel (= 6.1.4.1)
174-
activerecord (= 6.1.4.1)
175-
activestorage (= 6.1.4.1)
176-
activesupport (= 6.1.4.1)
202+
rack-session (2.0.0)
203+
rack (>= 3.0.0)
204+
rack-test (2.1.0)
205+
rack (>= 1.3)
206+
rackup (2.1.0)
207+
rack (>= 3)
208+
webrick (~> 1.8)
209+
rails (7.1.4)
210+
actioncable (= 7.1.4)
211+
actionmailbox (= 7.1.4)
212+
actionmailer (= 7.1.4)
213+
actionpack (= 7.1.4)
214+
actiontext (= 7.1.4)
215+
actionview (= 7.1.4)
216+
activejob (= 7.1.4)
217+
activemodel (= 7.1.4)
218+
activerecord (= 7.1.4)
219+
activestorage (= 7.1.4)
220+
activesupport (= 7.1.4)
177221
bundler (>= 1.15.0)
178-
railties (= 6.1.4.1)
179-
sprockets-rails (>= 2.0.0)
180-
rails-dom-testing (2.0.3)
181-
activesupport (>= 4.2.0)
222+
railties (= 7.1.4)
223+
rails-dom-testing (2.2.0)
224+
activesupport (>= 5.0.0)
225+
minitest
182226
nokogiri (>= 1.6)
183-
rails-html-sanitizer (1.4.2)
184-
loofah (~> 2.3)
185-
railties (6.1.4.1)
186-
actionpack (= 6.1.4.1)
187-
activesupport (= 6.1.4.1)
188-
method_source
189-
rake (>= 0.13)
190-
thor (~> 1.0)
191-
rake (13.0.6)
227+
rails-html-sanitizer (1.6.0)
228+
loofah (~> 2.21)
229+
nokogiri (~> 1.14)
230+
railties (7.1.4)
231+
actionpack (= 7.1.4)
232+
activesupport (= 7.1.4)
233+
irb
234+
rackup (>= 1.0.0)
235+
rake (>= 12.2)
236+
thor (~> 1.0, >= 1.2.2)
237+
zeitwerk (~> 2.6)
238+
rake (13.2.1)
192239
rb-fsevent (0.11.0)
193240
rb-inotify (0.10.1)
194241
ffi (~> 1.0)
242+
rdoc (6.7.0)
243+
psych (>= 4.0.0)
195244
regexp_parser (2.1.1)
245+
reline (0.5.9)
246+
io-console (~> 0.5)
196247
rexml (3.2.5)
197248
rspec-core (3.11.0)
198249
rspec-support (~> 3.11.0)
@@ -233,19 +284,21 @@ GEM
233284
json (>= 1.8, < 3)
234285
simplecov-html (~> 0.10.0)
235286
simplecov-html (0.10.2)
236-
sprockets (4.0.2)
287+
sprockets (4.2.1)
237288
concurrent-ruby (~> 1.0)
238-
rack (> 1, < 3)
239-
sprockets-rails (3.2.2)
240-
actionpack (>= 4.0)
241-
activesupport (>= 4.0)
289+
rack (>= 2.2.4, < 4)
290+
sprockets-rails (3.5.2)
291+
actionpack (>= 6.1)
292+
activesupport (>= 6.1)
242293
sprockets (>= 3.0.0)
243-
thor (1.2.1)
294+
stringio (3.1.1)
295+
thor (1.3.1)
244296
tilt (2.0.10)
297+
timeout (0.4.1)
245298
turbolinks (5.2.1)
246299
turbolinks-source (~> 5.2)
247300
turbolinks-source (5.2.0)
248-
tzinfo (2.0.4)
301+
tzinfo (2.0.6)
249302
concurrent-ruby (~> 1.0)
250303
vcr (6.0.0)
251304
web-console (4.1.0)
@@ -266,12 +319,13 @@ GEM
266319
rack-proxy (>= 0.6.1)
267320
railties (>= 5.2)
268321
semantic_range (>= 2.3.0)
269-
websocket-driver (0.7.5)
322+
webrick (1.8.1)
323+
websocket-driver (0.7.6)
270324
websocket-extensions (>= 0.1.0)
271325
websocket-extensions (0.1.5)
272326
xpath (3.2.0)
273327
nokogiri (~> 1.8)
274-
zeitwerk (2.5.4)
328+
zeitwerk (2.6.17)
275329

276330
PLATFORMS
277331
ruby
@@ -290,7 +344,7 @@ DEPENDENCIES
290344
pg (>= 0.18, < 2.0)
291345
pry (= 0.14.1)
292346
puma (~> 5.4)
293-
rails (~> 6.1)
347+
rails (~> 7.0)
294348
rspec-rails (~> 5.1.0)
295349
sass-rails (>= 6)
296350
simplecov (= 0.17.1)

0 commit comments

Comments
 (0)