Skip to content

Commit 5c3d006

Browse files
authored
use a simpler gem for testing additional_dependencies
tins required building bigdecimal, whereas jmespath is self-contained
1 parent 0d4c6da commit 5c3d006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/languages/ruby_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def test_ruby_additional_deps(tmp_path):
9191
tmp_path,
9292
ruby,
9393
'ruby -e',
94-
args=('require "tins"',),
95-
deps=('tins',),
94+
args=('require "jmespath"',),
95+
deps=('jmespath',),
9696
)
9797
assert ret == (0, b'')
9898

0 commit comments

Comments
 (0)