Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ NON_WINDOWS_PLATFORMS = [:ruby] # C Ruby (MRI), Rubinius or TruffleRuby, but NOT

group :development do
gem "bundler", "~> 2.4.2"
gem "debug", "~> 1.8", require: false
gem "debug", "~> 1.9", require: false
gem "minitest", "~> 5.20"
gem "minitest-reporters", "~> 1.6"
gem "mocha", "~> 2.1"
gem "rake", "~> 13.1"
gem "rubocop", "~> 1.58"
gem "rubocop", "~> 1.59"
gem "rubocop-shopify", "~> 2.14", require: false
gem "rubocop-minitest", "~> 0.33.0", require: false
gem "rubocop-minitest", "~> 0.34.1", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.7", require: false
gem "sorbet-static-and-runtime", platforms: NON_WINDOWS_PLATFORMS
Expand Down
47 changes: 24 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.0)
irb (~> 1.10)
reline (>= 0.3.8)
erubi (1.12.0)
io-console (0.6.0)
irb (1.8.0)
rdoc (~> 6.5)
reline (>= 0.3.6)
io-console (0.7.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
Expand All @@ -31,7 +31,7 @@ GEM
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
netrc (0.11.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand All @@ -45,13 +45,13 @@ GEM
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.1)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
reline (0.3.8)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -64,8 +64,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.33.0)
rubocop-minitest (0.34.1)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-shopify (2.14.0)
Expand All @@ -74,14 +75,14 @@ GEM
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.11150)
sorbet-static (= 0.5.11150)
sorbet-runtime (0.5.11150)
sorbet-static (0.5.11150-universal-darwin)
sorbet-static (0.5.11150-x86_64-linux)
sorbet-static-and-runtime (0.5.11150)
sorbet (= 0.5.11150)
sorbet-runtime (= 0.5.11150)
sorbet (0.5.11156)
sorbet-static (= 0.5.11156)
sorbet-runtime (0.5.11156)
sorbet-static (0.5.11156-universal-darwin)
sorbet-static (0.5.11156-x86_64-linux)
sorbet-static-and-runtime (0.5.11156)
sorbet (= 0.5.11156)
sorbet-runtime (= 0.5.11156)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand Down Expand Up @@ -115,15 +116,15 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.4.2)
debug (~> 1.8)
debug (~> 1.9)
minitest (~> 5.20)
minitest-reporters (~> 1.6)
mocha (~> 2.1)
psych (~> 5.1)
rake (~> 13.1)
rdoc
rubocop (~> 1.58)
rubocop-minitest (~> 0.33.0)
rubocop (~> 1.59)
rubocop-minitest (~> 0.34.1)
rubocop-rake (~> 0.6.0)
rubocop-shopify (~> 2.14)
rubocop-sorbet (~> 0.7)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions sorbet/rbi/gems/rbi@0.1.5.rbi → sorbet/rbi/gems/rbi@0.1.6.rbi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading