Skip to content

Commit 1ee5df8

Browse files
authored
Upgrade gems and remove webmock (#508)
We are currently a bit behind on gem upgrades. This PR upgrades a bunch of them and also removes `webmock`, which we don't use. If we ever need it, we can bring it back.
1 parent 2267360 commit 1ee5df8

27 files changed

+8815
-16130
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.15", require: false
14-
gem "rubocop-minitest", "~> 0.35.0", require: false
14+
gem "rubocop-minitest", "~> 0.36.0", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.8", require: false
1717
gem "sorbet-static-and-runtime", platforms: :ruby
1818
gem "tapioca", "~> 0.13", require: false, platforms: :ruby
1919
gem "psych", "~> 5.1", require: false
2020
gem "rails", "8.0.0.beta1"
21-
gem "webmock"
2221

2322
platforms :mingw, :x64_mingw, :mswin, :jruby do
2423
gem "tzinfo"

Gemfile.lock

Lines changed: 30 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,13 @@ GEM
7878
securerandom (>= 0.3)
7979
tzinfo (~> 2.0, >= 2.0.5)
8080
uri (>= 0.13.1)
81-
addressable (2.8.6)
82-
public_suffix (>= 2.0.2, < 6.0)
8381
ast (2.4.2)
8482
base64 (0.2.0)
8583
benchmark (0.3.0)
8684
bigdecimal (3.1.8)
8785
builder (3.3.0)
8886
concurrent-ruby (1.3.4)
8987
connection_pool (2.4.1)
90-
crack (1.0.0)
91-
bigdecimal
92-
rexml
9388
crass (1.0.6)
9489
date (3.3.4)
9590
debug (1.9.2)
@@ -99,14 +94,13 @@ GEM
9994
erubi (1.13.0)
10095
globalid (1.2.1)
10196
activesupport (>= 6.1)
102-
hashdiff (1.1.0)
10397
i18n (1.14.6)
10498
concurrent-ruby (~> 1.0)
10599
io-console (0.7.2)
106100
irb (1.14.1)
107101
rdoc (>= 4.0.0)
108102
reline (>= 0.4.2)
109-
json (2.7.2)
103+
json (2.7.6)
110104
language_server-protocol (3.17.0.3)
111105
logger (1.6.1)
112106
loofah (2.22.0)
@@ -141,14 +135,13 @@ GEM
141135
racc (~> 1.4)
142136
nokogiri (1.16.7-x86_64-linux)
143137
racc (~> 1.4)
144-
parallel (1.24.0)
145-
parser (3.3.1.0)
138+
parallel (1.26.3)
139+
parser (3.3.6.0)
146140
ast (~> 2.4.1)
147141
racc
148142
prism (1.2.0)
149143
psych (5.1.2)
150144
stringio
151-
public_suffix (5.0.5)
152145
puma (6.4.3)
153146
nio4r (~> 2.0)
154147
racc (1.8.1)
@@ -191,39 +184,37 @@ GEM
191184
zeitwerk (~> 2.6)
192185
rainbow (3.1.1)
193186
rake (13.2.1)
194-
rbi (0.2.0)
187+
rbi (0.2.1)
195188
prism (~> 1.0)
196189
sorbet-runtime (>= 0.5.9204)
197190
rbs (3.6.1)
198191
logger
199192
rdoc (6.7.0)
200193
psych (>= 4.0.0)
201-
regexp_parser (2.9.0)
194+
regexp_parser (2.9.2)
202195
reline (0.5.10)
203196
io-console (~> 0.5)
204-
rexml (3.3.8)
205-
rubocop (1.63.4)
197+
rubocop (1.68.0)
206198
json (~> 2.3)
207199
language_server-protocol (>= 3.17.0)
208200
parallel (~> 1.10)
209201
parser (>= 3.3.0.2)
210202
rainbow (>= 2.2.2, < 4.0)
211-
regexp_parser (>= 1.8, < 3.0)
212-
rexml (>= 3.2.5, < 4.0)
213-
rubocop-ast (>= 1.31.1, < 2.0)
203+
regexp_parser (>= 2.4, < 3.0)
204+
rubocop-ast (>= 1.32.2, < 2.0)
214205
ruby-progressbar (~> 1.7)
215206
unicode-display_width (>= 2.4.0, < 3.0)
216-
rubocop-ast (1.31.3)
207+
rubocop-ast (1.34.0)
217208
parser (>= 3.3.1.0)
218-
rubocop-minitest (0.35.0)
209+
rubocop-minitest (0.36.0)
219210
rubocop (>= 1.61, < 2.0)
220211
rubocop-ast (>= 1.31.1, < 2.0)
221212
rubocop-rake (0.6.0)
222213
rubocop (~> 1.0)
223214
rubocop-shopify (2.15.1)
224215
rubocop (~> 1.51)
225-
rubocop-sorbet (0.8.3)
226-
rubocop (>= 0.90.0)
216+
rubocop-sorbet (0.8.7)
217+
rubocop (>= 1)
227218
ruby-lsp (0.21.2)
228219
language_server-protocol (~> 3.17.0)
229220
prism (>= 1.2, < 2.0)
@@ -232,25 +223,25 @@ GEM
232223
ruby-progressbar (1.13.0)
233224
ruby2_keywords (0.0.5)
234225
securerandom (0.3.1)
235-
sorbet (0.5.11577)
236-
sorbet-static (= 0.5.11577)
237-
sorbet-runtime (0.5.11577)
238-
sorbet-static (0.5.11577-universal-darwin)
239-
sorbet-static (0.5.11577-x86_64-linux)
240-
sorbet-static-and-runtime (0.5.11577)
241-
sorbet (= 0.5.11577)
242-
sorbet-runtime (= 0.5.11577)
243-
spoom (1.3.0)
226+
sorbet (0.5.11635)
227+
sorbet-static (= 0.5.11635)
228+
sorbet-runtime (0.5.11635)
229+
sorbet-static (0.5.11635-universal-darwin)
230+
sorbet-static (0.5.11635-x86_64-linux)
231+
sorbet-static-and-runtime (0.5.11635)
232+
sorbet (= 0.5.11635)
233+
sorbet-runtime (= 0.5.11635)
234+
spoom (1.5.0)
244235
erubi (>= 1.10.0)
245-
prism (>= 0.19.0)
236+
prism (>= 0.28.0)
246237
sorbet-static-and-runtime (>= 0.5.10187)
247238
thor (>= 0.19.2)
248239
sqlite3 (2.1.0-arm64-darwin)
249240
sqlite3 (2.1.0-x64-mingw-ucrt)
250241
sqlite3 (2.1.0-x86_64-darwin)
251242
sqlite3 (2.1.0-x86_64-linux-gnu)
252243
stringio (3.1.1)
253-
tapioca (0.16.2)
244+
tapioca (0.16.3)
254245
bundler (>= 2.2.25)
255246
netrc (>= 0.11.0)
256247
parallel (>= 1.21.0)
@@ -265,22 +256,18 @@ GEM
265256
concurrent-ruby (~> 1.0)
266257
tzinfo-data (1.2024.1)
267258
tzinfo (>= 1.0.0)
268-
unicode-display_width (2.5.0)
259+
unicode-display_width (2.6.0)
269260
uri (0.13.1)
270261
useragent (0.16.10)
271-
webmock (3.23.1)
272-
addressable (>= 2.8.0)
273-
crack (>= 0.3.2)
274-
hashdiff (>= 0.4.0, < 2.0.0)
275262
webrick (1.8.2)
276263
websocket-driver (0.7.6)
277264
websocket-extensions (>= 0.1.0)
278265
websocket-extensions (0.1.5)
279-
yard (0.9.36)
280-
yard-sorbet (0.8.1)
281-
sorbet-runtime (>= 0.5)
282-
yard (>= 0.9)
283-
zeitwerk (2.6.18)
266+
yard (0.9.37)
267+
yard-sorbet (0.9.0)
268+
sorbet-runtime
269+
yard
270+
zeitwerk (2.7.1)
284271

285272
PLATFORMS
286273
arm64-darwin
@@ -294,7 +281,7 @@ DEPENDENCIES
294281
psych (~> 5.1)
295282
puma
296283
rails (= 8.0.0.beta1)
297-
rubocop-minitest (~> 0.35.0)
284+
rubocop-minitest (~> 0.36.0)
298285
rubocop-rake (~> 0.6.0)
299286
rubocop-shopify (~> 2.15)
300287
rubocop-sorbet (~> 0.8)
@@ -304,7 +291,6 @@ DEPENDENCIES
304291
tapioca (~> 0.13)
305292
tzinfo
306293
tzinfo-data
307-
webmock
308294

309295
BUNDLED WITH
310296
2.5.19

0 commit comments

Comments
 (0)