Skip to content

Commit

Permalink
Merge pull request #6 from jscharf/update-sorbet
Browse files Browse the repository at this point in the history
Update sorbet and tapioca gems
  • Loading branch information
jscharf authored Dec 28, 2023
2 parents eed7784 + 8260cc4 commit 93bcd84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ group :development do
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.7", require: false
gem "sorbet-static-and-runtime", platforms: NON_WINDOWS_PLATFORMS
gem "tapioca", "~> 0.11", require: false, platforms: NON_WINDOWS_PLATFORMS
gem "tapioca", require: false, platforms: NON_WINDOWS_PLATFORMS
end
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
minitest (>= 5.0)
ruby-progressbar
netrc (0.11.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -74,13 +74,13 @@ GEM
prism (>= 0.17.1, < 0.18)
sorbet-runtime (>= 0.5.5685)
ruby-progressbar (1.13.0)
sorbet (0.5.11144)
sorbet-static (= 0.5.11144)
sorbet-runtime (0.5.11144)
sorbet-static (0.5.11144-universal-darwin)
sorbet-static-and-runtime (0.5.11144)
sorbet (= 0.5.11144)
sorbet-runtime (= 0.5.11144)
sorbet (0.5.11164)
sorbet-static (= 0.5.11164)
sorbet-runtime (0.5.11164)
sorbet-static (0.5.11164-universal-darwin)
sorbet-static-and-runtime (0.5.11164)
sorbet (= 0.5.11164)
sorbet-runtime (= 0.5.11164)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand All @@ -89,7 +89,7 @@ GEM
stringio (3.1.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.11.12)
tapioca (0.11.14)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ DEPENDENCIES
rubocop-sorbet (~> 0.7)
ruby-lsp-rubyfmt!
sorbet-static-and-runtime
tapioca (~> 0.11)
tapioca

BUNDLED WITH
2.4.21

0 comments on commit 93bcd84

Please sign in to comment.