Skip to content

Commit 0e3d5f5

Browse files
committed
Update gemfiles with latest versions
This also bumps the Bundler version to resolve `warning: constant DidYouMean::SPELL_CHECKERS is deprecated` warnings. Since sqlite3 v2 was released, we have to lock v1 on Rails 7.0 and below otherwise CI will fail with the v2 install.
1 parent 5c88f1b commit 0e3d5f5

8 files changed

+434
-382
lines changed

Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
appraise "rails_7_0_sprockets" do
22
gem "rails", "~> 7.0.0"
33
gem "sprockets-rails"
4+
gem "sqlite3", "~> 1.7"
45
end
56

67
appraise "rails_7_0_propshaft" do
78
gem "rails", "~> 7.0.0"
89
gem "propshaft"
10+
gem "sqlite3", "~> 1.7"
911
end
1012

1113
appraise "rails_7_1_sprockets" do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ GEM
166166
actionpack (>= 6.1)
167167
activesupport (>= 6.1)
168168
sprockets (>= 3.0.0)
169-
sqlite3 (2.0.3)
169+
sqlite3 (1.7.3)
170170
mini_portile2 (~> 2.8.0)
171171
stringio (3.1.1)
172172
thor (1.3.1)
@@ -189,4 +189,4 @@ DEPENDENCIES
189189
sqlite3
190190

191191
BUNDLED WITH
192-
2.2.32
192+
2.5.23

gemfiles/rails_7_0_propshaft.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gem "appraisal"
66
gem "rails", "~> 7.0.0"
7-
gem "sqlite3"
7+
gem "sqlite3", "~> 1.7"
88
gem "debug", ">= 1.0.0"
99
gem "propshaft"
1010

Lines changed: 103 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
PATH
22
remote: ..
33
specs:
4-
dartsass-rails (0.5.0)
4+
dartsass-rails (0.5.1)
55
railties (>= 6.0.0)
66
sass-embedded (~> 1.63)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.0.8)
12-
actionpack (= 7.0.8)
13-
activesupport (= 7.0.8)
11+
actioncable (7.0.8.6)
12+
actionpack (= 7.0.8.6)
13+
activesupport (= 7.0.8.6)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (7.0.8)
17-
actionpack (= 7.0.8)
18-
activejob (= 7.0.8)
19-
activerecord (= 7.0.8)
20-
activestorage (= 7.0.8)
21-
activesupport (= 7.0.8)
16+
actionmailbox (7.0.8.6)
17+
actionpack (= 7.0.8.6)
18+
activejob (= 7.0.8.6)
19+
activerecord (= 7.0.8.6)
20+
activestorage (= 7.0.8.6)
21+
activesupport (= 7.0.8.6)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.0.8)
27-
actionpack (= 7.0.8)
28-
actionview (= 7.0.8)
29-
activejob (= 7.0.8)
30-
activesupport (= 7.0.8)
26+
actionmailer (7.0.8.6)
27+
actionpack (= 7.0.8.6)
28+
actionview (= 7.0.8.6)
29+
activejob (= 7.0.8.6)
30+
activesupport (= 7.0.8.6)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.0)
36-
actionpack (7.0.8)
37-
actionview (= 7.0.8)
38-
activesupport (= 7.0.8)
36+
actionpack (7.0.8.6)
37+
actionview (= 7.0.8.6)
38+
activesupport (= 7.0.8.6)
3939
rack (~> 2.0, >= 2.2.4)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.0)
4242
rails-html-sanitizer (~> 1.0, >= 1.2.0)
43-
actiontext (7.0.8)
44-
actionpack (= 7.0.8)
45-
activerecord (= 7.0.8)
46-
activestorage (= 7.0.8)
47-
activesupport (= 7.0.8)
43+
actiontext (7.0.8.6)
44+
actionpack (= 7.0.8.6)
45+
activerecord (= 7.0.8.6)
46+
activestorage (= 7.0.8.6)
47+
activesupport (= 7.0.8.6)
4848
globalid (>= 0.6.0)
4949
nokogiri (>= 1.8.5)
50-
actionview (7.0.8)
51-
activesupport (= 7.0.8)
50+
actionview (7.0.8.6)
51+
activesupport (= 7.0.8.6)
5252
builder (~> 3.1)
5353
erubi (~> 1.4)
5454
rails-dom-testing (~> 2.0)
5555
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56-
activejob (7.0.8)
57-
activesupport (= 7.0.8)
56+
activejob (7.0.8.6)
57+
activesupport (= 7.0.8.6)
5858
globalid (>= 0.3.6)
59-
activemodel (7.0.8)
60-
activesupport (= 7.0.8)
61-
activerecord (7.0.8)
62-
activemodel (= 7.0.8)
63-
activesupport (= 7.0.8)
64-
activestorage (7.0.8)
65-
actionpack (= 7.0.8)
66-
activejob (= 7.0.8)
67-
activerecord (= 7.0.8)
68-
activesupport (= 7.0.8)
59+
activemodel (7.0.8.6)
60+
activesupport (= 7.0.8.6)
61+
activerecord (7.0.8.6)
62+
activemodel (= 7.0.8.6)
63+
activesupport (= 7.0.8.6)
64+
activestorage (7.0.8.6)
65+
actionpack (= 7.0.8.6)
66+
activejob (= 7.0.8.6)
67+
activerecord (= 7.0.8.6)
68+
activesupport (= 7.0.8.6)
6969
marcel (~> 1.0)
7070
mini_mime (>= 1.1.0)
71-
activesupport (7.0.8)
71+
activesupport (7.0.8.6)
7272
concurrent-ruby (~> 1.0, >= 1.0.2)
7373
i18n (>= 1.6, < 2)
7474
minitest (>= 5.1)
@@ -77,105 +77,117 @@ GEM
7777
bundler
7878
rake
7979
thor (>= 0.14.0)
80-
builder (3.2.4)
81-
concurrent-ruby (1.2.2)
80+
bigdecimal (3.1.8)
81+
builder (3.3.0)
82+
concurrent-ruby (1.3.4)
8283
crass (1.0.6)
83-
date (3.3.4)
84-
debug (1.8.0)
85-
irb (>= 1.5.0)
86-
reline (>= 0.3.1)
87-
erubi (1.12.0)
84+
date (3.4.0)
85+
debug (1.9.2)
86+
irb (~> 1.10)
87+
reline (>= 0.3.8)
88+
erubi (1.13.0)
8889
globalid (1.2.1)
8990
activesupport (>= 6.1)
90-
google-protobuf (3.25.1-x86_64-linux)
91-
i18n (1.14.1)
91+
google-protobuf (4.28.3-arm64-darwin)
92+
bigdecimal
93+
rake (>= 13)
94+
google-protobuf (4.28.3-x86_64-linux)
95+
bigdecimal
96+
rake (>= 13)
97+
i18n (1.14.6)
9298
concurrent-ruby (~> 1.0)
93-
io-console (0.6.0)
94-
irb (1.9.1)
95-
rdoc
96-
reline (>= 0.3.8)
97-
loofah (2.22.0)
99+
io-console (0.7.2)
100+
irb (1.14.1)
101+
rdoc (>= 4.0.0)
102+
reline (>= 0.4.2)
103+
loofah (2.23.1)
98104
crass (~> 1.0.2)
99105
nokogiri (>= 1.12.0)
100106
mail (2.8.1)
101107
mini_mime (>= 0.1.1)
102108
net-imap
103109
net-pop
104110
net-smtp
105-
marcel (1.0.2)
106-
method_source (1.0.0)
111+
marcel (1.0.4)
112+
method_source (1.1.0)
107113
mini_mime (1.1.5)
108-
minitest (5.20.0)
109-
net-imap (0.4.7)
114+
minitest (5.25.1)
115+
net-imap (0.5.1)
110116
date
111117
net-protocol
112118
net-pop (0.1.2)
113119
net-protocol
114120
net-protocol (0.2.2)
115121
timeout
116-
net-smtp (0.4.0)
122+
net-smtp (0.5.0)
117123
net-protocol
118-
nio4r (2.7.0)
119-
nokogiri (1.15.5-x86_64-linux)
124+
nio4r (2.7.4)
125+
nokogiri (1.16.7-arm64-darwin)
126+
racc (~> 1.4)
127+
nokogiri (1.16.7-x86_64-linux)
120128
racc (~> 1.4)
121-
propshaft (0.8.0)
129+
propshaft (1.1.0)
122130
actionpack (>= 7.0.0)
123131
activesupport (>= 7.0.0)
124132
rack
125133
railties (>= 7.0.0)
126-
psych (5.1.1.1)
134+
psych (5.2.0)
127135
stringio
128-
racc (1.7.3)
129-
rack (2.2.8)
136+
racc (1.8.1)
137+
rack (2.2.10)
130138
rack-test (2.1.0)
131139
rack (>= 1.3)
132-
rails (7.0.8)
133-
actioncable (= 7.0.8)
134-
actionmailbox (= 7.0.8)
135-
actionmailer (= 7.0.8)
136-
actionpack (= 7.0.8)
137-
actiontext (= 7.0.8)
138-
actionview (= 7.0.8)
139-
activejob (= 7.0.8)
140-
activemodel (= 7.0.8)
141-
activerecord (= 7.0.8)
142-
activestorage (= 7.0.8)
143-
activesupport (= 7.0.8)
140+
rails (7.0.8.6)
141+
actioncable (= 7.0.8.6)
142+
actionmailbox (= 7.0.8.6)
143+
actionmailer (= 7.0.8.6)
144+
actionpack (= 7.0.8.6)
145+
actiontext (= 7.0.8.6)
146+
actionview (= 7.0.8.6)
147+
activejob (= 7.0.8.6)
148+
activemodel (= 7.0.8.6)
149+
activerecord (= 7.0.8.6)
150+
activestorage (= 7.0.8.6)
151+
activesupport (= 7.0.8.6)
144152
bundler (>= 1.15.0)
145-
railties (= 7.0.8)
153+
railties (= 7.0.8.6)
146154
rails-dom-testing (2.2.0)
147155
activesupport (>= 5.0.0)
148156
minitest
149157
nokogiri (>= 1.6)
150158
rails-html-sanitizer (1.6.0)
151159
loofah (~> 2.21)
152160
nokogiri (~> 1.14)
153-
railties (7.0.8)
154-
actionpack (= 7.0.8)
155-
activesupport (= 7.0.8)
161+
railties (7.0.8.6)
162+
actionpack (= 7.0.8.6)
163+
activesupport (= 7.0.8.6)
156164
method_source
157165
rake (>= 12.2)
158166
thor (~> 1.0)
159167
zeitwerk (~> 2.5)
160-
rake (13.1.0)
161-
rdoc (6.6.0)
168+
rake (13.2.1)
169+
rdoc (6.7.0)
162170
psych (>= 4.0.0)
163-
reline (0.4.1)
171+
reline (0.5.11)
164172
io-console (~> 0.5)
165-
sass-embedded (1.69.5-x86_64-linux-gnu)
166-
google-protobuf (~> 3.23)
167-
sqlite3 (1.6.9-x86_64-linux)
168-
stringio (3.1.0)
169-
thor (1.3.0)
170-
timeout (0.4.1)
173+
sass-embedded (1.80.6-arm64-darwin)
174+
google-protobuf (~> 4.28)
175+
sass-embedded (1.80.6-x86_64-linux-gnu)
176+
google-protobuf (~> 4.28)
177+
sqlite3 (1.7.3-arm64-darwin)
178+
sqlite3 (1.7.3-x86_64-linux)
179+
stringio (3.1.2)
180+
thor (1.3.2)
181+
timeout (0.4.2)
171182
tzinfo (2.0.6)
172183
concurrent-ruby (~> 1.0)
173184
websocket-driver (0.7.6)
174185
websocket-extensions (>= 0.1.0)
175186
websocket-extensions (0.1.5)
176-
zeitwerk (2.6.12)
187+
zeitwerk (2.7.1)
177188

178189
PLATFORMS
190+
arm64-darwin-23
179191
x86_64-linux
180192

181193
DEPENDENCIES
@@ -184,7 +196,7 @@ DEPENDENCIES
184196
debug (>= 1.0.0)
185197
propshaft
186198
rails (~> 7.0.0)
187-
sqlite3
199+
sqlite3 (~> 1.7)
188200

189201
BUNDLED WITH
190-
2.2.32
202+
2.5.23

gemfiles/rails_7_0_sprockets.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gem "appraisal"
66
gem "rails", "~> 7.0.0"
7-
gem "sqlite3"
7+
gem "sqlite3", "~> 1.7"
88
gem "debug", ">= 1.0.0"
99
gem "sprockets-rails"
1010

0 commit comments

Comments
 (0)