Skip to content

Commit e540ca9

Browse files
committed
Specify RBS requirement during export command
1 parent 890bed1 commit e540ca9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)