File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 erubi (>= 1.10.0 )
66 prism (>= 0.28.0 )
77 rbi (>= 0.3.3 )
8- rbs (>= 4.0.0.dev.4 )
8+ rbs (>= 4.0.0.dev.5 )
99 rexml (>= 3.2.6 )
1010 sorbet-static-and-runtime (>= 0.5.10187 )
1111 thor (>= 0.19.2 )
5858 rbi (0.3.9 )
5959 prism (~> 1.0 )
6060 rbs (>= 3.4.4 )
61- rbs (4.0.0.dev.4 )
61+ rbs (4.0.0.dev.5 )
6262 logger
6363 prism (>= 1.3.0 )
64+ tsort
6465 rdoc (7.0.3 )
6566 erb
6667 psych (>= 4.0.0 )
Original file line number Diff line number Diff line change @@ -34,9 +34,7 @@ Gem::Specification.new do |spec|
3434 spec . add_dependency ( "erubi" , ">= 1.10.0" )
3535 spec . add_dependency ( "prism" , ">= 0.28.0" )
3636 spec . add_dependency ( "rbi" , ">= 0.3.3" )
37- # Any version constraint changes to `rbs` should be reflected in the Gemfile used by the `export` command
38- # https://github.com/Shopify/spoom/blob/c094851a8aff3760d06b85655eba624dc2ad769b/lib/spoom/cli/srb/sigs.rb#L148
39- spec . add_dependency ( "rbs" , ">= 4.0.0.dev.4" )
37+ spec . add_dependency ( "rbs" , ">= 4.0.0.dev.5" )
4038 spec . add_dependency ( "rexml" , ">= 3.2.6" )
4139 spec . add_dependency ( "sorbet-static-and-runtime" , ">= 0.5.10187" )
4240 spec . add_dependency ( "thor" , ">= 0.19.2" )
You can’t perform that action at this time.
0 commit comments