Skip to content

Commit ec3007f

Browse files
committed
Require Spoom 1.7.14
1 parent a50b1ef commit ec3007f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PATH
2323
require-hooks (>= 0.2.2)
2424
rubydex (>= 0.1.0.beta10)
2525
sorbet-static-and-runtime (>= 0.6.12698)
26-
spoom (>= 1.7.9)
26+
spoom (>= 1.7.14)
2727
thor (>= 1.2.0)
2828
tsort
2929

@@ -379,7 +379,7 @@ GEM
379379
sorbet-static-and-runtime (0.6.13185)
380380
sorbet (= 0.6.13185)
381381
sorbet-runtime (= 0.6.13185)
382-
spoom (1.7.13)
382+
spoom (1.7.14)
383383
erubi (>= 1.10.0)
384384
prism (>= 0.28.0)
385385
rbi (>= 0.3.3)
@@ -612,7 +612,7 @@ CHECKSUMS
612612
sorbet-static (0.6.13185-universal-darwin) sha256=0ad9b2a781e41226453d237e4bb1f5f5b7669d147e4db03a887325f67cd08b07
613613
sorbet-static (0.6.13185-x86_64-linux) sha256=3e3bdc3d19667d4f6157d6a96b1bf3b65ca66e9de35d3ff5603c9805f04afb99
614614
sorbet-static-and-runtime (0.6.13185) sha256=255ce183fad55b70642f4c4994ff901703261a67af0cbc353dbbe0f305f53b9c
615-
spoom (1.7.13) sha256=f82178f8a5db8ddf45fcd0d8cb4436e1969cd8f57abe4fc1d8d06ed083588454
615+
spoom (1.7.14) sha256=48da4e39d9a63611aa0132a3656d7e75833fcccb6006d59f7fa879b98c8877c4
616616
sprockets (4.2.2) sha256=761e5a49f1c288704763f73139763564c845a8f856d52fba013458f8af1b59b1
617617
sqlite3 (2.9.0-aarch64-linux-gnu) sha256=cfe1e0216f46d7483839719bf827129151e6c680317b99d7b8fc1597a3e13473
618618
sqlite3 (2.9.0-aarch64-linux-musl) sha256=56a35cb2d70779afc2ac191baf2c2148242285ecfed72f9b021218c5c4917913

tapioca.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
3535
# Tapioca requires a specific minimum versions of RBI and Spoom
3636
# to ensure that the RBS comments are translated correctly.
3737
spec.add_dependency("rbi", ">= 0.3.7")
38-
spec.add_dependency("spoom", ">= 1.7.9")
38+
spec.add_dependency("spoom", ">= 1.7.14")
3939
# We need this to be ported to the RBS 4.0 branch before we can remove this dependency:
4040
# https://github.com/ruby/rbs/pull/2601
4141
spec.add_dependency("tsort") # Until rbs supports Ruby 4.0 with tsort extracted to bundled gems

0 commit comments

Comments
 (0)