Skip to content

Commit

Permalink
Merge pull request #866 from Shopify/at-bump-rbi
Browse files Browse the repository at this point in the history
Bump `rbi` to v0.0.14
  • Loading branch information
Morriar authored and paracycle committed Mar 29, 2022
1 parent fb52412 commit cfe4996
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
tapioca (0.7.0)
bundler (>= 1.17.3)
pry (>= 0.12.2)
rbi (~> 0.0.0, >= 0.0.12)
rbi (~> 0.0.0, >= 0.0.14)
sorbet-runtime (>= 0.5.9204)
sorbet-static (>= 0.5.9204)
spoom (~> 1.1.0, >= 1.1.4)
Expand Down Expand Up @@ -225,9 +225,9 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rbi (0.0.12)
rbi (0.0.14)
ast
parser
parser (>= 2.6.4.0)
sorbet-runtime (>= 0.5.9204)
unparser
redis (4.6.0)
Expand Down

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

2 changes: 1 addition & 1 deletion tapioca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|

spec.add_dependency("bundler", ">= 1.17.3")
spec.add_dependency("pry", ">= 0.12.2")
spec.add_dependency("rbi", "~> 0.0.0", ">= 0.0.12")
spec.add_dependency("rbi", "~> 0.0.0", ">= 0.0.14")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
spec.add_dependency("sorbet-static", ">= 0.5.9204")
spec.add_dependency("spoom", "~> 1.1.0", ">= 1.1.4")
Expand Down

0 comments on commit cfe4996

Please sign in to comment.