Gemfile.lock in rubocop-sorbet-0.8.1 vs Gemfile.lock in rubocop-sorbet-0.8.2
- old
+ new
@@ -1,27 +1,39 @@
PATH
remote: .
specs:
- rubocop-sorbet (0.8.1)
+ rubocop-sorbet (0.8.2)
rubocop (>= 0.90.0)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
- byebug (11.1.3)
+ debug (1.9.2)
+ irb (~> 1.10)
+ reline (>= 0.3.8)
diff-lcs (1.5.1)
- json (2.7.1)
+ io-console (0.7.2)
+ irb (1.12.0)
+ rdoc
+ reline (>= 0.4.2)
+ json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
+ psych (5.1.2)
+ stringio
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
+ rdoc (6.6.3.1)
+ psych (>= 4.0.0)
regexp_parser (2.9.0)
+ reline (0.5.1)
+ io-console (~> 0.5)
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
@@ -32,11 +44,11 @@
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
- rubocop (1.62.1)
+ rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
@@ -45,20 +57,21 @@
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
- rubocop-shopify (2.14.0)
+ rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
+ stringio (3.1.0)
unicode-display_width (2.5.0)
yard (0.9.36)
PLATFORMS
ruby
DEPENDENCIES
- byebug
+ debug
rake (>= 12.3.3)
rspec (~> 3.13)
rubocop-shopify
rubocop-sorbet!
yard (~> 0.9)