Skip to content

Commit 3d59172

Browse files
committed
Add tapioca version constraint in test_helper.rb
1 parent e3ae78c commit 3d59172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def spoom_gemfile
2626
source("https://rubygems.org")
2727
2828
gemspec name: "spoom", path: "#{SPOOM_PATH}"
29-
gem "tapioca"
29+
gem "tapioca", ">= 0.17.9"
3030
gem "sorbet-static-and-runtime", "#{Sorbet::GEM_VERSION}"
3131
gem "json", "2.7.2"
3232
GEMFILE

0 commit comments

Comments
 (0)