Skip to content

Commit

Permalink
Merge pull request #99 from Shopify/at-bump-spoom
Browse files Browse the repository at this point in the history
Bump `spoom` to v1.1.12
  • Loading branch information
Morriar authored Aug 19, 2022
2 parents 394ad20 + a4a3900 commit b5ccbb0
Show file tree
Hide file tree
Showing 7 changed files with 485 additions and 506 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ source "https://rubygems.org"

group(:development, :test) do
gem("rbi-central", path: "gem/")
# TODO: remove once contexts are released
gem("spoom", github: "Shopify/spoom", branch: "main")
end
17 changes: 5 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/Shopify/spoom.git
revision: 098d51204fda0134ef4af41b4a2f3254a1e5a1dc
branch: main
specs:
spoom (1.1.11)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)

PATH
remote: gem
specs:
Expand All @@ -18,7 +8,7 @@ PATH
rubocop-shopify (>= 2.5.0)
rubocop-sorbet (>= 0.6.11)
sorbet-static-and-runtime (>= 0.5.10225)
spoom (>= 1.1.11)
spoom (>= 1.1.12)
tapioca (>= 0.9.2)
thor (>= 1.2.1)

Expand Down Expand Up @@ -83,6 +73,10 @@ GEM
sorbet-static-and-runtime (0.5.10323)
sorbet (= 0.5.10323)
sorbet-runtime (= 0.5.10323)
spoom (1.1.12)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
tapioca (0.9.2)
bundler (>= 1.17.3)
netrc (>= 0.11.0)
Expand Down Expand Up @@ -112,7 +106,6 @@ PLATFORMS

DEPENDENCIES
rbi-central!
spoom!

BUNDLED WITH
2.3.7
2 changes: 0 additions & 2 deletions gem/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ group(:development, :test) do
gem("minitest")
gem("minitest-reporters")
gem("rake", "~> 13.0")
# TODO: remove once contexts are released
gem("spoom", github: "Shopify/spoom", branch: "main")
end
17 changes: 5 additions & 12 deletions gem/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/Shopify/spoom.git
revision: 098d51204fda0134ef4af41b4a2f3254a1e5a1dc
branch: main
specs:
spoom (1.1.11)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)

PATH
remote: .
specs:
Expand All @@ -18,7 +8,7 @@ PATH
rubocop-shopify (>= 2.5.0)
rubocop-sorbet (>= 0.6.11)
sorbet-static-and-runtime (>= 0.5.10225)
spoom (>= 1.1.11)
spoom (>= 1.1.12)
tapioca (>= 0.9.2)
thor (>= 1.2.1)

Expand Down Expand Up @@ -83,6 +73,10 @@ GEM
sorbet-static-and-runtime (0.5.10323)
sorbet (= 0.5.10323)
sorbet-runtime (= 0.5.10323)
spoom (1.1.12)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
tapioca (0.9.2)
bundler (>= 1.17.3)
netrc (>= 0.11.0)
Expand Down Expand Up @@ -113,7 +107,6 @@ DEPENDENCIES
minitest-reporters
rake (~> 13.0)
rbi-central!
spoom!

BUNDLED WITH
2.3.13
2 changes: 1 addition & 1 deletion gem/rbi-central.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("rubocop-shopify", ">= 2.5.0")
spec.add_dependency("rubocop-sorbet", ">= 0.6.11")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10225")
spec.add_dependency("spoom", ">= 1.1.11")
spec.add_dependency("spoom", ">= 1.1.12")
spec.add_dependency("tapioca", ">= 0.9.2")
spec.add_dependency("thor", ">= 1.2.1")

Expand Down
Loading

0 comments on commit b5ccbb0

Please sign in to comment.