Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9d81cda

Browse files
Upgrade rails to 7.1
1 parent 707686d commit 9d81cda

File tree

2 files changed

+87
-66
lines changed

2 files changed

+87
-66
lines changed

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "shakapacker", "7.0.3"
1111

1212
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1313
gem "listen"
14-
gem "rails", "~> 7.0"
14+
gem "rails", "~> 7.1"
1515

1616
gem "pg"
1717

‎Gemfile.lock‎

Lines changed: 86 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,87 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.7.2)
5-
actionpack (= 7.0.7.2)
6-
activesupport (= 7.0.7.2)
4+
actioncable (7.1.1)
5+
actionpack (= 7.1.1)
6+
activesupport (= 7.1.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7.2)
10-
actionpack (= 7.0.7.2)
11-
activejob (= 7.0.7.2)
12-
activerecord (= 7.0.7.2)
13-
activestorage (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.1)
11+
actionpack (= 7.1.1)
12+
activejob (= 7.1.1)
13+
activerecord (= 7.1.1)
14+
activestorage (= 7.1.1)
15+
activesupport (= 7.1.1)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.7.2)
20-
actionpack (= 7.0.7.2)
21-
actionview (= 7.0.7.2)
22-
activejob (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
20+
actionmailer (7.1.1)
21+
actionpack (= 7.1.1)
22+
actionview (= 7.1.1)
23+
activejob (= 7.1.1)
24+
activesupport (= 7.1.1)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.1)
31+
actionview (= 7.1.1)
32+
activesupport (= 7.1.1)
33+
nokogiri (>= 1.8.5)
34+
rack (>= 2.2.4)
35+
rack-session (>= 1.0.1)
3336
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >=1.2.0)
36-
actiontext (7.0.7.2)
37-
actionpack (= 7.0.7.2)
38-
activerecord (= 7.0.7.2)
39-
activestorage (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
37+
rails-dom-testing (~> 2.2)
38+
rails-html-sanitizer (~> 1.6)
39+
actiontext (7.1.1)
40+
actionpack (= 7.1.1)
41+
activerecord (= 7.1.1)
42+
activestorage (= 7.1.1)
43+
activesupport (= 7.1.1)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (7.0.7.2)
44-
activesupport (= 7.0.7.2)
46+
actionview (7.1.1)
47+
activesupport (= 7.1.1)
4548
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >=1.2.0)
49-
activejob (7.0.7.2)
50-
activesupport (= 7.0.7.2)
49+
erubi (~> 1.11)
50+
rails-dom-testing (~> 2.2)
51+
rails-html-sanitizer (~> 1.6)
52+
activejob (7.1.1)
53+
activesupport (= 7.1.1)
5154
globalid (>= 0.3.6)
52-
activemodel (7.0.7.2)
53-
activesupport (= 7.0.7.2)
54-
activerecord (7.0.7.2)
55-
activemodel (= 7.0.7.2)
56-
activesupport (= 7.0.7.2)
57-
activestorage (7.0.7.2)
58-
actionpack (= 7.0.7.2)
59-
activejob (= 7.0.7.2)
60-
activerecord (= 7.0.7.2)
61-
activesupport (= 7.0.7.2)
55+
activemodel (7.1.1)
56+
activesupport (= 7.1.1)
57+
activerecord (7.1.1)
58+
activemodel (= 7.1.1)
59+
activesupport (= 7.1.1)
60+
timeout (>= 0.4.0)
61+
activestorage (7.1.1)
62+
actionpack (= 7.1.1)
63+
activejob (= 7.1.1)
64+
activerecord (= 7.1.1)
65+
activesupport (= 7.1.1)
6266
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7.2)
67+
activesupport (7.1.1)
68+
base64
69+
bigdecimal
6570
concurrent-ruby (~> 1.0, >= 1.0.2)
71+
connection_pool (>= 2.2.5)
72+
drb
6673
i18n (>= 1.6, < 2)
6774
minitest (>= 5.1)
75+
mutex_m
6876
tzinfo (~> 2.0)
6977
addressable (2.8.5)
7078
public_suffix (>= 2.0.2, < 6.0)
7179
ast (2.4.2)
7280
autoprefixer-rails (10.4.13.0)
7381
execjs (~> 2)
7482
awesome_print (1.9.2)
83+
base64 (0.1.1)
84+
bigdecimal (3.1.4)
7585
bindex (0.8.1)
7686
binding_of_caller (1.0.0)
7787
debug_inspector (>= 0.0.1)
@@ -126,6 +136,8 @@ GEM
126136
diff-lcs (1.5.0)
127137
docile (1.4.0)
128138
dotenv (2.8.1)
139+
drb (2.1.1)
140+
ruby2_keywords
129141
erubi (1.12.0)
130142
erubis (2.7.0)
131143
execjs (2.8.1)
@@ -169,6 +181,7 @@ GEM
169181
method_source (1.0.0)
170182
mini_mime (1.1.5)
171183
minitest (5.19.0)
184+
mutex_m (0.1.2)
172185
net-imap (0.3.7)
173186
date
174187
net-protocol
@@ -214,22 +227,27 @@ GEM
214227
rack (2.2.8)
215228
rack-proxy (0.7.7)
216229
rack
230+
rack-session (1.0.1)
231+
rack (< 3)
217232
rack-test (2.1.0)
218233
rack (>= 1.3)
219-
rails (7.0.7.2)
220-
actioncable (= 7.0.7.2)
221-
actionmailbox (= 7.0.7.2)
222-
actionmailer (= 7.0.7.2)
223-
actionpack (= 7.0.7.2)
224-
actiontext (= 7.0.7.2)
225-
actionview (= 7.0.7.2)
226-
activejob (= 7.0.7.2)
227-
activemodel (= 7.0.7.2)
228-
activerecord (= 7.0.7.2)
229-
activestorage (= 7.0.7.2)
230-
activesupport (= 7.0.7.2)
234+
rackup (1.0.0)
235+
rack (< 3)
236+
webrick
237+
rails (7.1.1)
238+
actioncable (= 7.1.1)
239+
actionmailbox (= 7.1.1)
240+
actionmailer (= 7.1.1)
241+
actionpack (= 7.1.1)
242+
actiontext (= 7.1.1)
243+
actionview (= 7.1.1)
244+
activejob (= 7.1.1)
245+
activemodel (= 7.1.1)
246+
activerecord (= 7.1.1)
247+
activestorage (= 7.1.1)
248+
activesupport (= 7.1.1)
231249
bundler (>= 1.15.0)
232-
railties (= 7.0.7.2)
250+
railties (= 7.1.1)
233251
rails-dom-testing (2.2.0)
234252
activesupport (>= 5.0.0)
235253
minitest
@@ -245,13 +263,14 @@ GEM
245263
json
246264
require_all (~> 3.0)
247265
ruby-progressbar
248-
railties (7.0.7.2)
249-
actionpack (= 7.0.7.2)
250-
activesupport (= 7.0.7.2)
251-
method_source
266+
railties (7.1.1)
267+
actionpack (= 7.1.1)
268+
activesupport (= 7.1.1)
269+
irb
270+
rackup (>= 1.0.0)
252271
rake (>= 12.2)
253-
thor (~> 1.0)
254-
zeitwerk (~> 2.5)
272+
thor (~> 1.0, >=1.2.2)
273+
zeitwerk (~> 2.6)
255274
rainbow (3.1.1)
256275
rake (13.0.6)
257276
rb-fsevent (0.11.2)
@@ -310,6 +329,7 @@ GEM
310329
rubocop-rspec (2.11.1)
311330
rubocop (~> 1.19)
312331
ruby-progressbar (1.13.0)
332+
ruby2_keywords (0.0.5)
313333
rubyzip (2.3.2)
314334
sass (3.7.4)
315335
sass-listen (~> 4.0.0)
@@ -382,6 +402,7 @@ GEM
382402
activemodel (>= 6.0.0)
383403
bindex (>= 0.4.0)
384404
railties (>= 6.0.0)
405+
webrick (1.8.1)
385406
websocket (1.2.9)
386407
websocket-driver (0.7.6)
387408
websocket-extensions (>= 0.1.0)
@@ -422,7 +443,7 @@ DEPENDENCIES
422443
pry-rescue
423444
pry-stack_explorer
424445
puma
425-
rails (~> 7.0)
446+
rails (~> 7.1)
426447
rails-html-sanitizer
427448
rails_best_practices
428449
rainbow

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /