Skip to content

Commit 9404a2e

Browse files
committed
Upgrade gems and remove webmock
1 parent 2a3558b commit 9404a2e

27 files changed

+8815
-16133
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 & 47 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)
@@ -135,20 +129,17 @@ GEM
135129
nio4r (2.7.3)
136130
nokogiri (1.16.7-arm64-darwin)
137131
racc (~> 1.4)
138-
nokogiri (1.16.7-x64-mingw-ucrt)
139-
racc (~> 1.4)
140132
nokogiri (1.16.7-x86_64-darwin)
141133
racc (~> 1.4)
142134
nokogiri (1.16.7-x86_64-linux)
143135
racc (~> 1.4)
144-
parallel (1.24.0)
145-
parser (3.3.1.0)
136+
parallel (1.26.3)
137+
parser (3.3.6.0)
146138
ast (~> 2.4.1)
147139
racc
148140
prism (1.2.0)
149141
psych (5.1.2)
150142
stringio
151-
public_suffix (5.0.5)
152143
puma (6.4.3)
153144
nio4r (~> 2.0)
154145
racc (1.8.1)
@@ -191,39 +182,37 @@ GEM
191182
zeitwerk (~> 2.6)
192183
rainbow (3.1.1)
193184
rake (13.2.1)
194-
rbi (0.2.0)
185+
rbi (0.2.1)
195186
prism (~> 1.0)
196187
sorbet-runtime (>= 0.5.9204)
197188
rbs (3.6.1)
198189
logger
199190
rdoc (6.7.0)
200191
psych (>= 4.0.0)
201-
regexp_parser (2.9.0)
192+
regexp_parser (2.9.2)
202193
reline (0.5.10)
203194
io-console (~> 0.5)
204-
rexml (3.3.8)
205-
rubocop (1.63.4)
195+
rubocop (1.68.0)
206196
json (~> 2.3)
207197
language_server-protocol (>= 3.17.0)
208198
parallel (~> 1.10)
209199
parser (>= 3.3.0.2)
210200
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)
201+
regexp_parser (>= 2.4, < 3.0)
202+
rubocop-ast (>= 1.32.2, < 2.0)
214203
ruby-progressbar (~> 1.7)
215204
unicode-display_width (>= 2.4.0, < 3.0)
216-
rubocop-ast (1.31.3)
205+
rubocop-ast (1.34.0)
217206
parser (>= 3.3.1.0)
218-
rubocop-minitest (0.35.0)
207+
rubocop-minitest (0.36.0)
219208
rubocop (>= 1.61, < 2.0)
220209
rubocop-ast (>= 1.31.1, < 2.0)
221210
rubocop-rake (0.6.0)
222211
rubocop (~> 1.0)
223212
rubocop-shopify (2.15.1)
224213
rubocop (~> 1.51)
225-
rubocop-sorbet (0.8.3)
226-
rubocop (>= 0.90.0)
214+
rubocop-sorbet (0.8.7)
215+
rubocop (>= 1)
227216
ruby-lsp (0.21.2)
228217
language_server-protocol (~> 3.17.0)
229218
prism (>= 1.2, < 2.0)
@@ -232,25 +221,24 @@ GEM
232221
ruby-progressbar (1.13.0)
233222
ruby2_keywords (0.0.5)
234223
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)
224+
sorbet (0.5.11635)
225+
sorbet-static (= 0.5.11635)
226+
sorbet-runtime (0.5.11635)
227+
sorbet-static (0.5.11635-universal-darwin)
228+
sorbet-static (0.5.11635-x86_64-linux)
229+
sorbet-static-and-runtime (0.5.11635)
230+
sorbet (= 0.5.11635)
231+
sorbet-runtime (= 0.5.11635)
232+
spoom (1.5.0)
244233
erubi (>= 1.10.0)
245-
prism (>= 0.19.0)
234+
prism (>= 0.28.0)
246235
sorbet-static-and-runtime (>= 0.5.10187)
247236
thor (>= 0.19.2)
248237
sqlite3 (2.1.0-arm64-darwin)
249-
sqlite3 (2.1.0-x64-mingw-ucrt)
250238
sqlite3 (2.1.0-x86_64-darwin)
251239
sqlite3 (2.1.0-x86_64-linux-gnu)
252240
stringio (3.1.1)
253-
tapioca (0.16.2)
241+
tapioca (0.16.3)
254242
bundler (>= 2.2.25)
255243
netrc (>= 0.11.0)
256244
parallel (>= 1.21.0)
@@ -265,22 +253,18 @@ GEM
265253
concurrent-ruby (~> 1.0)
266254
tzinfo-data (1.2024.1)
267255
tzinfo (>= 1.0.0)
268-
unicode-display_width (2.5.0)
256+
unicode-display_width (2.6.0)
269257
uri (0.13.1)
270258
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)
275259
webrick (1.8.2)
276260
websocket-driver (0.7.6)
277261
websocket-extensions (>= 0.1.0)
278262
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)
263+
yard (0.9.37)
264+
yard-sorbet (0.9.0)
265+
sorbet-runtime
266+
yard
267+
zeitwerk (2.7.1)
284268

285269
PLATFORMS
286270
arm64-darwin
@@ -294,7 +278,7 @@ DEPENDENCIES
294278
psych (~> 5.1)
295279
puma
296280
rails (= 8.0.0.beta1)
297-
rubocop-minitest (~> 0.35.0)
281+
rubocop-minitest (~> 0.36.0)
298282
rubocop-rake (~> 0.6.0)
299283
rubocop-shopify (~> 2.15)
300284
rubocop-sorbet (~> 0.8)
@@ -304,7 +288,6 @@ DEPENDENCIES
304288
tapioca (~> 0.13)
305289
tzinfo
306290
tzinfo-data
307-
webmock
308291

309292
BUNDLED WITH
310293
2.5.19

0 commit comments

Comments
 (0)