Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the sorbet group across 1 directory with 2 updates #9773

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "dependabot-swift", path: "swift"
gem "dependabot-terraform", path: "terraform"

# Sorbet
gem "sorbet", "0.5.11370", group: :development
gem "sorbet", "0.5.11385", group: :development
gem "tapioca", "0.13.3", require: false, group: :development

common_gemspec = File.expand_path("common/dependabot-common.gemspec", __dir__)
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11370)
sorbet-static (= 0.5.11370)
sorbet-runtime (0.5.11370)
sorbet-static (0.5.11370-aarch64-linux)
sorbet-static (0.5.11370-universal-darwin)
sorbet-static (0.5.11370-x86_64-linux)
sorbet-static-and-runtime (0.5.11370)
sorbet (= 0.5.11370)
sorbet-runtime (= 0.5.11370)
sorbet (0.5.11385)
sorbet-static (= 0.5.11385)
sorbet-runtime (0.5.11385)
sorbet-static (0.5.11385-aarch64-linux)
sorbet-static (0.5.11385-universal-darwin)
sorbet-static (0.5.11385-x86_64-linux)
sorbet-static-and-runtime (0.5.11385)
sorbet (= 0.5.11385)
sorbet-runtime (= 0.5.11385)
spoom (1.3.0)
erubi (>= 1.10.0)
prism (>= 0.19.0)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.29.1)
rubocop-sorbet (~> 0.8.1)
simplecov (~> 0.22.0)
sorbet (= 0.5.11370)
sorbet (= 0.5.11385)
tapioca (= 0.13.3)
turbo_tests (~> 2.2.0)
vcr (~> 6.1)
Expand Down
Loading