Skip to content

Commit

Permalink
Merge pull request #1860 from Shopify/dependabot/bundler/minor-and-pa…
Browse files Browse the repository at this point in the history
…tch-a270ae6047

Bump the minor-and-patch group with 4 updates
  • Loading branch information
github-actions[bot] committed Apr 1, 2024
2 parents fd5520a + d7b60b1 commit e95abde
Show file tree
Hide file tree
Showing 7 changed files with 1,214 additions and 544 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,6 +24,6 @@ group :development do
platforms :ruby do # C Ruby (MRI), Rubinius or TruffleRuby, but NOT Windows
# sorbet-static is not available on Windows. We also skip Tapioca since it depends on sorbet-static-and-runtime
gem "sorbet-static-and-runtime"
gem "tapioca", "~> 0.12", require: false
gem "tapioca", "~> 0.13", require: false
end
end
40 changes: 20 additions & 20 deletions Gemfile.lock
Expand Up @@ -20,15 +20,15 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
debug (1.9.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
docile (1.4.0)
erubi (1.12.0)
io-console (0.7.1)
irb (1.11.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
reline (>= 0.3.8)
reline (>= 0.4.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
Expand All @@ -55,7 +55,7 @@ GEM
prism (>= 0.18.0, < 0.25)
sorbet-runtime (>= 0.5.9204)
regexp_parser (2.9.0)
reline (0.4.1)
reline (0.5.0)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.1)
Expand Down Expand Up @@ -88,32 +88,32 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11305)
sorbet-static (= 0.5.11305)
sorbet-runtime (0.5.11305)
sorbet-static (0.5.11305-universal-darwin)
sorbet-static (0.5.11305-x86_64-linux)
sorbet-static-and-runtime (0.5.11305)
sorbet (= 0.5.11305)
sorbet-runtime (= 0.5.11305)
spoom (1.2.4)
sorbet (0.5.11319)
sorbet-static (= 0.5.11319)
sorbet-runtime (0.5.11319)
sorbet-static (0.5.11319-universal-darwin)
sorbet-static (0.5.11319-x86_64-linux)
sorbet-static-and-runtime (0.5.11319)
sorbet (= 0.5.11319)
sorbet-runtime (= 0.5.11319)
spoom (1.3.0)
erubi (>= 1.10.0)
prism (>= 0.19.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
stringio (3.1.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.12.0)
tapioca (0.13.1)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10820)
spoom (~> 1.2.0, >= 1.2.0)
sorbet-static-and-runtime (>= 0.5.11087)
spoom (>= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.3.0)
thor (1.3.1)
unicode-display_width (2.5.0)
yard (0.9.36)
yard-sorbet (0.8.1)
Expand Down Expand Up @@ -145,7 +145,7 @@ DEPENDENCIES
simplecov
sorbet-static-and-runtime
syntax_tree (>= 6.1.1, < 7)
tapioca (~> 0.12)
tapioca (~> 0.13)

BUNDLED WITH
2.5.6
File renamed without changes.
File renamed without changes.

0 comments on commit e95abde

Please sign in to comment.