Skip to content

Commit fb2cd21

Browse files
committed
Specify tapioca version constraint during export cmd
1 parent 890bed1 commit fb2cd21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/spoom/cli/srb/sigs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class Module; include T::Sig; end
145145
tapioca_context.write!("Gemfile", <<~RB)
146146
source "https://rubygems.org"
147147
148-
gem "tapioca"
148+
gem "tapioca", ">= 0.17.9"
149149
gem "#{spec.name}", path: "#{copy_context.absolute_path}"
150150
RB
151151
exec(tapioca_context, "bundle install")

0 commit comments

Comments
 (0)