Skip to content

Commit c0fc308

Browse files
committed
Make secryst group as optional
1 parent 3a37bf9 commit c0fc308

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ruby/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rspec", "~> 3.0"
88

99
gem "interscript-maps", path: "../maps"
1010

11-
group :secryst do
11+
group :secryst, optional: true do
1212
if File.exist? "../../secryst"
1313
gem "secryst", path: "../../secryst"
1414
else

ruby/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
torch

0 commit comments

Comments
 (0)