Skip to content

Commit 9518da3

Browse files
committed
Update gemfiles
This bumps the Bundler version to resolve `warning: constant DidYouMean::SPELL_CHECKERS is deprecated` warnings. This installs zeitwerk 2.6 for now. I couldn't get this work with appraisal's `install_if` method introduced in v2.5.0 which has a hard error. It's been fixed in thoughtbot/appraisal#226 but has no release. For now we'll install zeitwerk 2.6 since 2.7 requires Ruby 3.2+.
1 parent 5c88f1b commit 9518da3

12 files changed

+507
-454
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ gem "appraisal"
77
gem "rails", "~> 6.1.0"
88
gem "sqlite3"
99
gem "debug", ">= 1.0.0"
10+
gem "zeitwerk", "~> 2.6.0" # 2.7 requires Ruby 3.2+
11+
gem "sass-embedded", "~> 1.69.7"

Gemfile.lock

Lines changed: 77 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -8,60 +8,60 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.1.7.8)
12-
actionpack (= 6.1.7.8)
13-
activesupport (= 6.1.7.8)
11+
actioncable (6.1.7.10)
12+
actionpack (= 6.1.7.10)
13+
activesupport (= 6.1.7.10)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (6.1.7.8)
17-
actionpack (= 6.1.7.8)
18-
activejob (= 6.1.7.8)
19-
activerecord (= 6.1.7.8)
20-
activestorage (= 6.1.7.8)
21-
activesupport (= 6.1.7.8)
16+
actionmailbox (6.1.7.10)
17+
actionpack (= 6.1.7.10)
18+
activejob (= 6.1.7.10)
19+
activerecord (= 6.1.7.10)
20+
activestorage (= 6.1.7.10)
21+
activesupport (= 6.1.7.10)
2222
mail (>= 2.7.1)
23-
actionmailer (6.1.7.8)
24-
actionpack (= 6.1.7.8)
25-
actionview (= 6.1.7.8)
26-
activejob (= 6.1.7.8)
27-
activesupport (= 6.1.7.8)
23+
actionmailer (6.1.7.10)
24+
actionpack (= 6.1.7.10)
25+
actionview (= 6.1.7.10)
26+
activejob (= 6.1.7.10)
27+
activesupport (= 6.1.7.10)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.1.7.8)
31-
actionview (= 6.1.7.8)
32-
activesupport (= 6.1.7.8)
30+
actionpack (6.1.7.10)
31+
actionview (= 6.1.7.10)
32+
activesupport (= 6.1.7.10)
3333
rack (~> 2.0, >= 2.0.9)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.1.7.8)
38-
actionpack (= 6.1.7.8)
39-
activerecord (= 6.1.7.8)
40-
activestorage (= 6.1.7.8)
41-
activesupport (= 6.1.7.8)
37+
actiontext (6.1.7.10)
38+
actionpack (= 6.1.7.10)
39+
activerecord (= 6.1.7.10)
40+
activestorage (= 6.1.7.10)
41+
activesupport (= 6.1.7.10)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.1.7.8)
44-
activesupport (= 6.1.7.8)
43+
actionview (6.1.7.10)
44+
activesupport (= 6.1.7.10)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.1.7.8)
50-
activesupport (= 6.1.7.8)
49+
activejob (6.1.7.10)
50+
activesupport (= 6.1.7.10)
5151
globalid (>= 0.3.6)
52-
activemodel (6.1.7.8)
53-
activesupport (= 6.1.7.8)
54-
activerecord (6.1.7.8)
55-
activemodel (= 6.1.7.8)
56-
activesupport (= 6.1.7.8)
57-
activestorage (6.1.7.8)
58-
actionpack (= 6.1.7.8)
59-
activejob (= 6.1.7.8)
60-
activerecord (= 6.1.7.8)
61-
activesupport (= 6.1.7.8)
52+
activemodel (6.1.7.10)
53+
activesupport (= 6.1.7.10)
54+
activerecord (6.1.7.10)
55+
activemodel (= 6.1.7.10)
56+
activesupport (= 6.1.7.10)
57+
activestorage (6.1.7.10)
58+
actionpack (= 6.1.7.10)
59+
activejob (= 6.1.7.10)
60+
activerecord (= 6.1.7.10)
61+
activesupport (= 6.1.7.10)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (6.1.7.8)
64+
activesupport (6.1.7.10)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -71,27 +71,24 @@ GEM
7171
bundler
7272
rake
7373
thor (>= 0.14.0)
74-
bigdecimal (3.1.8)
7574
builder (3.3.0)
76-
concurrent-ruby (1.3.3)
75+
concurrent-ruby (1.3.4)
7776
crass (1.0.6)
78-
date (3.3.4)
77+
date (3.4.0)
7978
debug (1.9.2)
8079
irb (~> 1.10)
8180
reline (>= 0.3.8)
8281
erubi (1.13.0)
8382
globalid (1.2.1)
8483
activesupport (>= 6.1)
85-
google-protobuf (4.27.2)
86-
bigdecimal
87-
rake (>= 13)
88-
i18n (1.14.5)
84+
google-protobuf (3.25.5)
85+
i18n (1.14.6)
8986
concurrent-ruby (~> 1.0)
9087
io-console (0.7.2)
91-
irb (1.14.0)
88+
irb (1.14.1)
9289
rdoc (>= 4.0.0)
9390
reline (>= 0.4.2)
94-
loofah (2.22.0)
91+
loofah (2.23.1)
9592
crass (~> 1.0.2)
9693
nokogiri (>= 1.12.0)
9794
mail (2.8.1)
@@ -103,8 +100,8 @@ GEM
103100
method_source (1.1.0)
104101
mini_mime (1.1.5)
105102
mini_portile2 (2.8.7)
106-
minitest (5.24.1)
107-
net-imap (0.4.14)
103+
minitest (5.25.1)
104+
net-imap (0.4.18)
108105
date
109106
net-protocol
110107
net-pop (0.1.2)
@@ -113,30 +110,30 @@ GEM
113110
timeout
114111
net-smtp (0.5.0)
115112
net-protocol
116-
nio4r (2.7.3)
113+
nio4r (2.7.4)
117114
nokogiri (1.16.7)
118115
mini_portile2 (~> 2.8.2)
119116
racc (~> 1.4)
120-
psych (5.1.2)
117+
psych (5.2.0)
121118
stringio
122119
racc (1.8.1)
123-
rack (2.2.9)
120+
rack (2.2.10)
124121
rack-test (2.1.0)
125122
rack (>= 1.3)
126-
rails (6.1.7.8)
127-
actioncable (= 6.1.7.8)
128-
actionmailbox (= 6.1.7.8)
129-
actionmailer (= 6.1.7.8)
130-
actionpack (= 6.1.7.8)
131-
actiontext (= 6.1.7.8)
132-
actionview (= 6.1.7.8)
133-
activejob (= 6.1.7.8)
134-
activemodel (= 6.1.7.8)
135-
activerecord (= 6.1.7.8)
136-
activestorage (= 6.1.7.8)
137-
activesupport (= 6.1.7.8)
123+
rails (6.1.7.10)
124+
actioncable (= 6.1.7.10)
125+
actionmailbox (= 6.1.7.10)
126+
actionmailer (= 6.1.7.10)
127+
actionpack (= 6.1.7.10)
128+
actiontext (= 6.1.7.10)
129+
actionview (= 6.1.7.10)
130+
activejob (= 6.1.7.10)
131+
activemodel (= 6.1.7.10)
132+
activerecord (= 6.1.7.10)
133+
activestorage (= 6.1.7.10)
134+
activesupport (= 6.1.7.10)
138135
bundler (>= 1.15.0)
139-
railties (= 6.1.7.8)
136+
railties (= 6.1.7.10)
140137
sprockets-rails (>= 2.0.0)
141138
rails-dom-testing (2.2.0)
142139
activesupport (>= 5.0.0)
@@ -145,38 +142,38 @@ GEM
145142
rails-html-sanitizer (1.6.0)
146143
loofah (~> 2.21)
147144
nokogiri (~> 1.14)
148-
railties (6.1.7.8)
149-
actionpack (= 6.1.7.8)
150-
activesupport (= 6.1.7.8)
145+
railties (6.1.7.10)
146+
actionpack (= 6.1.7.10)
147+
activesupport (= 6.1.7.10)
151148
method_source
152149
rake (>= 12.2)
153150
thor (~> 1.0)
154151
rake (13.2.1)
155152
rdoc (6.7.0)
156153
psych (>= 4.0.0)
157-
reline (0.5.9)
154+
reline (0.5.11)
158155
io-console (~> 0.5)
159-
sass-embedded (1.77.8)
160-
google-protobuf (~> 4.26)
161-
rake (>= 13)
156+
sass-embedded (1.69.7)
157+
google-protobuf (~> 3.25)
158+
rake (>= 13.0.0)
162159
sprockets (4.2.1)
163160
concurrent-ruby (~> 1.0)
164161
rack (>= 2.2.4, < 4)
165-
sprockets-rails (3.5.1)
162+
sprockets-rails (3.5.2)
166163
actionpack (>= 6.1)
167164
activesupport (>= 6.1)
168165
sprockets (>= 3.0.0)
169-
sqlite3 (2.0.3)
166+
sqlite3 (1.7.3)
170167
mini_portile2 (~> 2.8.0)
171-
stringio (3.1.1)
172-
thor (1.3.1)
173-
timeout (0.4.1)
168+
stringio (3.1.2)
169+
thor (1.3.2)
170+
timeout (0.4.2)
174171
tzinfo (2.0.6)
175172
concurrent-ruby (~> 1.0)
176173
websocket-driver (0.7.6)
177174
websocket-extensions (>= 0.1.0)
178175
websocket-extensions (0.1.5)
179-
zeitwerk (2.6.17)
176+
zeitwerk (2.6.18)
180177

181178
PLATFORMS
182179
ruby
@@ -186,7 +183,9 @@ DEPENDENCIES
186183
dartsass-rails!
187184
debug (>= 1.0.0)
188185
rails (~> 6.1.0)
186+
sass-embedded (~> 1.69.7)
189187
sqlite3
188+
zeitwerk (~> 2.6.0)
190189

191190
BUNDLED WITH
192-
2.2.32
191+
2.5.23

gemfiles/rails_7_0_propshaft.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gem "appraisal"
66
gem "rails", "~> 7.0.0"
77
gem "sqlite3"
88
gem "debug", ">= 1.0.0"
9+
gem "zeitwerk", "~> 2.6.0"
10+
gem "sass-embedded", "~> 1.69.7"
911
gem "propshaft"
1012

1113
gemspec path: "../"

0 commit comments

Comments
 (0)