Skip to content

Commit f9a369b

Browse files
authored
Merge pull request #813 from Shopify/ko/fix-export
Specify RBS requirement during `export` command
2 parents 890bed1 + e540ca9 commit f9a369b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/spoom/cli/srb/sigs.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class Module; include T::Sig; end
145145
tapioca_context.write!("Gemfile", <<~RB)
146146
source "https://rubygems.org"
147147
148+
gem "rbs", ">= 4.0.0.dev.4"
148149
gem "tapioca"
149150
gem "#{spec.name}", path: "#{copy_context.absolute_path}"
150151
RB

0 commit comments

Comments
 (0)