Skip to content

Commit

Permalink
Merge pull request #192 from Shopify/at-bump-rbi
Browse files Browse the repository at this point in the history
Bump `rbi` to v0.1.6
  • Loading branch information
Morriar authored Dec 19, 2023
2 parents 7568f7d + 461997d commit 1919cba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rbi-central (0.0.1)
json-schema (>= 3.0.0)
rbi (>= 0.0.15)
rbi (>= 0.1.0)
rubocop (>= 1.29.1)
rubocop-shopify (>= 2.5.0)
rubocop-sorbet (>= 0.6.11)
Expand All @@ -18,21 +18,19 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
diff-lcs (1.5.0)
json (2.6.2)
json-schema (3.0.0)
addressable (>= 2.8)
netrc (0.11.0)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
prism (0.19.0)
public_suffix (5.0.0)
rainbow (3.1.1)
rbi (0.0.16)
ast
parser (>= 2.6.4.0)
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
sorbet-runtime (>= 0.5.9204)
unparser
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
Expand Down Expand Up @@ -72,20 +70,17 @@ GEM
sorbet (>= 0.5.10187)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
tapioca (0.11.4)
tapioca (0.11.14)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (~> 0.0.0, >= 0.0.16)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10187)
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.2.1)
unicode-display_width (2.3.0)
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
Expand Down
25 changes: 12 additions & 13 deletions gem/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rbi-central (0.0.1)
json-schema (>= 3.0.0)
rbi (>= 0.0.15)
rbi (>= 0.1.0)
rubocop (>= 1.29.1)
rubocop-shopify (>= 2.5.0)
rubocop-sorbet (>= 0.6.11)
Expand All @@ -23,7 +23,6 @@ GEM
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
Expand All @@ -38,16 +37,17 @@ GEM
ruby-progressbar
netrc (0.11.0)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prism (0.19.0)
public_suffix (4.0.7)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rbi (0.0.16)
ast
parser (>= 2.6.4.0)
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
sorbet-runtime (>= 0.5.9204)
unparser
regexp_parser (2.5.0)
reline (0.3.2)
io-console (~> 0.5)
Expand All @@ -73,27 +73,25 @@ GEM
sorbet-static (= 0.5.10741)
sorbet-runtime (0.5.10741)
sorbet-static (0.5.10741-universal-darwin-21)
sorbet-static (0.5.10741-universal-darwin-22)
sorbet-static-and-runtime (0.5.10741)
sorbet (= 0.5.10741)
sorbet-runtime (= 0.5.10741)
spoom (1.2.0)
sorbet (>= 0.5.10187)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
tapioca (0.11.4)
tapioca (0.11.14)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (~> 0.0.0, >= 0.0.16)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10187)
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.2.1)
unicode-display_width (2.2.0)
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
Expand All @@ -103,6 +101,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22

DEPENDENCIES
debug
Expand All @@ -112,4 +111,4 @@ DEPENDENCIES
rbi-central!

BUNDLED WITH
2.3.13
2.4.18
2 changes: 1 addition & 1 deletion gem/rbi-central.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.add_dependency("json-schema", ">= 3.0.0")
spec.add_dependency("rbi", ">= 0.0.15")
spec.add_dependency("rbi", ">= 0.1.0")
spec.add_dependency("rubocop", ">= 1.29.1")
spec.add_dependency("rubocop-shopify", ">= 2.5.0")
spec.add_dependency("rubocop-sorbet", ">= 0.6.11")
Expand Down

0 comments on commit 1919cba

Please sign in to comment.