Skip to content

Commit

Permalink
Bump sorbet and tapioca versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Oct 31, 2024
1 parent 0e1d277 commit 91f9f38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ gem "dependabot-swift", path: "swift"
gem "dependabot-terraform", path: "terraform"

# Sorbet
gem "sorbet", "0.5.11577", group: :development
gem "tapioca", "0.16.2", require: false, group: :development
gem "sorbet", "0.5.11630", group: :development
gem "tapioca", "0.16.3", require: false, group: :development

common_gemspec = File.expand_path("common/dependabot-common.gemspec", __dir__)

Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prism (1.0.0)
prism (1.2.0)
psych (5.1.2)
stringio
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.2.0)
rbi (0.2.1)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.3.1)
Expand Down Expand Up @@ -315,24 +315,24 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11577)
sorbet-static (= 0.5.11577)
sorbet-runtime (0.5.11577)
sorbet-static (0.5.11577-aarch64-linux)
sorbet-static (0.5.11577-universal-darwin)
sorbet-static (0.5.11577-x86_64-linux)
sorbet-static-and-runtime (0.5.11577)
sorbet (= 0.5.11577)
sorbet-runtime (= 0.5.11577)
spoom (1.4.2)
sorbet (0.5.11630)
sorbet-static (= 0.5.11630)
sorbet-runtime (0.5.11630)
sorbet-static (0.5.11630-aarch64-linux)
sorbet-static (0.5.11630-universal-darwin)
sorbet-static (0.5.11630-x86_64-linux)
sorbet-static-and-runtime (0.5.11630)
sorbet (= 0.5.11630)
sorbet-runtime (= 0.5.11630)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stackprof (0.2.25)
stringio (3.1.0)
strscan (3.1.0)
tapioca (0.16.2)
tapioca (0.16.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -400,8 +400,8 @@ DEPENDENCIES
rubocop-rspec (~> 2.29.1)
rubocop-sorbet (~> 0.8.5)
simplecov (~> 0.22.0)
sorbet (= 0.5.11577)
tapioca (= 0.16.2)
sorbet (= 0.5.11630)
tapioca (= 0.16.3)
turbo_tests (~> 2.2.0)
vcr (~> 6.1)
webmock (~> 3.18)
Expand Down

0 comments on commit 91f9f38

Please sign in to comment.