Skip to content

Commit d95b01a

Browse files
authored
rails 7.1.1 upgrade (#114)
1 parent d16d567 commit d95b01a

File tree

2 files changed

+90
-70
lines changed

2 files changed

+90
-70
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.1.2'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.0.4'
7+
gem 'rails', '~> 7.1.1'
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem 'sprockets-rails'
@@ -13,7 +13,7 @@ gem 'sprockets-rails'
1313
gem 'pg', '~> 1.1'
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem 'puma', '~> 5.0'
16+
gem 'puma'
1717

1818
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1919
gem 'importmap-rails'

Gemfile.lock

+88-68
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,78 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
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.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
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.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
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.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
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.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
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.8)
44-
activesupport (= 7.0.8)
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.8)
50-
activesupport (= 7.0.8)
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.8)
53-
activesupport (= 7.0.8)
54-
activerecord (7.0.8)
55-
activemodel (= 7.0.8)
56-
activesupport (= 7.0.8)
57-
activestorage (7.0.8)
58-
actionpack (= 7.0.8)
59-
activejob (= 7.0.8)
60-
activerecord (= 7.0.8)
61-
activesupport (= 7.0.8)
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.8)
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)
@@ -78,6 +86,7 @@ GEM
7886
erubi (~> 1.4)
7987
parser (>= 2.4)
8088
smart_properties
89+
bigdecimal (3.1.4)
8190
bindex (0.8.1)
8291
bootsnap (1.16.0)
8392
msgpack (~> 1.2)
@@ -92,6 +101,7 @@ GEM
92101
regexp_parser (>= 1.5, < 3.0)
93102
xpath (~> 3.2)
94103
concurrent-ruby (1.2.2)
104+
connection_pool (2.4.1)
95105
crack (0.4.5)
96106
rexml
97107
crass (1.0.6)
@@ -102,6 +112,8 @@ GEM
102112
debug (1.8.0)
103113
irb (>= 1.5.0)
104114
reline (>= 0.3.1)
115+
drb (2.1.1)
116+
ruby2_keywords
105117
erb_lint (0.5.0)
106118
activesupport
107119
better_html (>= 2.0.1)
@@ -167,6 +179,7 @@ GEM
167179
mini_mime (1.1.5)
168180
minitest (5.20.0)
169181
msgpack (1.7.2)
182+
mutex_m (0.1.2)
170183
net-imap (0.4.1)
171184
date
172185
net-protocol
@@ -193,43 +206,49 @@ GEM
193206
psych (5.1.1)
194207
stringio
195208
public_suffix (5.0.3)
196-
puma (5.6.7)
209+
puma (6.4.0)
197210
nio4r (~> 2.0)
198211
raabro (1.4.0)
199212
racc (1.7.1)
200-
rack (2.2.8)
213+
rack (3.0.8)
201214
rack-host-redirect (1.3.0)
202215
rack
216+
rack-session (2.0.0)
217+
rack (>= 3.0.0)
203218
rack-test (2.1.0)
204219
rack (>= 1.3)
205-
rails (7.0.8)
206-
actioncable (= 7.0.8)
207-
actionmailbox (= 7.0.8)
208-
actionmailer (= 7.0.8)
209-
actionpack (= 7.0.8)
210-
actiontext (= 7.0.8)
211-
actionview (= 7.0.8)
212-
activejob (= 7.0.8)
213-
activemodel (= 7.0.8)
214-
activerecord (= 7.0.8)
215-
activestorage (= 7.0.8)
216-
activesupport (= 7.0.8)
220+
rackup (2.1.0)
221+
rack (>= 3)
222+
webrick (~> 1.8)
223+
rails (7.1.1)
224+
actioncable (= 7.1.1)
225+
actionmailbox (= 7.1.1)
226+
actionmailer (= 7.1.1)
227+
actionpack (= 7.1.1)
228+
actiontext (= 7.1.1)
229+
actionview (= 7.1.1)
230+
activejob (= 7.1.1)
231+
activemodel (= 7.1.1)
232+
activerecord (= 7.1.1)
233+
activestorage (= 7.1.1)
234+
activesupport (= 7.1.1)
217235
bundler (>= 1.15.0)
218-
railties (= 7.0.8)
236+
railties (= 7.1.1)
219237
rails-dom-testing (2.2.0)
220238
activesupport (>= 5.0.0)
221239
minitest
222240
nokogiri (>= 1.6)
223241
rails-html-sanitizer (1.6.0)
224242
loofah (~> 2.21)
225243
nokogiri (~> 1.14)
226-
railties (7.0.8)
227-
actionpack (= 7.0.8)
228-
activesupport (= 7.0.8)
229-
method_source
244+
railties (7.1.1)
245+
actionpack (= 7.1.1)
246+
activesupport (= 7.1.1)
247+
irb
248+
rackup (>= 1.0.0)
230249
rake (>= 12.2)
231-
thor (~> 1.0)
232-
zeitwerk (~> 2.5)
250+
thor (~> 1.0, >= 1.2.2)
251+
zeitwerk (~> 2.6)
233252
rainbow (3.1.1)
234253
rake (13.0.6)
235254
rdoc (6.5.0)
@@ -301,6 +320,7 @@ GEM
301320
addressable (>= 2.8.0)
302321
crack (>= 0.3.2)
303322
hashdiff (>= 0.4.0, < 2.0.0)
323+
webrick (1.8.1)
304324
websocket (1.2.10)
305325
websocket-driver (0.7.6)
306326
websocket-extensions (>= 0.1.0)
@@ -330,9 +350,9 @@ DEPENDENCIES
330350
pagy
331351
passwordless (~> 0.11.0)
332352
pg (~> 1.1)
333-
puma (~> 5.0)
353+
puma
334354
rack-host-redirect
335-
rails (~> 7.0.4)
355+
rails (~> 7.1.1)
336356
redis (~> 4.0)
337357
rubocop-rails
338358
selenium-webdriver

0 commit comments

Comments
 (0)