Skip to content
Merged
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
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
erubi (>= 1.10.0)
prism (>= 0.28.0)
rbi (>= 0.3.3)
rbs (>= 4.0.0.dev.4)
rbs (>= 4.0.0.dev.5)
rexml (>= 3.2.6)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
Expand Down Expand Up @@ -58,9 +58,10 @@ GEM
rbi (0.3.9)
prism (~> 1.0)
rbs (>= 3.4.4)
rbs (4.0.0.dev.4)
rbs (4.0.0.dev.5)
logger
prism (>= 1.3.0)
tsort
rdoc (7.0.3)
erb
psych (>= 4.0.0)
Expand Down
4 changes: 1 addition & 3 deletions spoom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("erubi", ">= 1.10.0")
spec.add_dependency("prism", ">= 0.28.0")
spec.add_dependency("rbi", ">= 0.3.3")
# Any version constraint changes to `rbs` should be reflected in the Gemfile used by the `export` command
# https://github.com/Shopify/spoom/blob/c094851a8aff3760d06b85655eba624dc2ad769b/lib/spoom/cli/srb/sigs.rb#L148
spec.add_dependency("rbs", ">= 4.0.0.dev.4")
spec.add_dependency("rbs", ">= 4.0.0.dev.5")
spec.add_dependency("rexml", ">= 3.2.6")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10187")
spec.add_dependency("thor", ">= 0.19.2")
Expand Down