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 minor-and-patch group with 3 updates #2072

Merged
merged 3 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -9,7 +9,7 @@ group :development do
gem "debug", "~> 1.9", require: false
gem "minitest-reporters", "~> 1.6"
gem "minitest", "~> 5.23"
gem "mocha", "~> 2.2"
gem "mocha", "~> 2.3"
gem "psych", "~> 5.1", require: false
gem "rake", "~> 13.2"
gem "rdoc", require: false, github: "Shopify/rdoc", branch: "create_snapper_generator"
Expand Down
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.2.0)
mocha (2.3.0)
ruby2_keywords (>= 0.0.5)
netrc (0.11.0)
parallel (1.24.0)
Expand Down Expand Up @@ -91,14 +91,14 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11380)
sorbet-static (= 0.5.11380)
sorbet-runtime (0.5.11380)
sorbet-static (0.5.11380-universal-darwin)
sorbet-static (0.5.11380-x86_64-linux)
sorbet-static-and-runtime (0.5.11380)
sorbet (= 0.5.11380)
sorbet-runtime (= 0.5.11380)
sorbet (0.5.11385)
sorbet-static (= 0.5.11385)
sorbet-runtime (0.5.11385)
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 @@ -126,8 +126,6 @@ GEM

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x64-mingw32
x86_64-darwin
x86_64-linux

Expand All @@ -136,7 +134,7 @@ DEPENDENCIES
debug (~> 1.9)
minitest (~> 5.23)
minitest-reporters (~> 1.6)
mocha (~> 2.2)
mocha (~> 2.3)
psych (~> 5.1)
rake (~> 13.2)
rdoc!
Expand Down
Loading