Skip to content

Commit

Permalink
use a simpler gem for testing additional_dependencies
Browse files Browse the repository at this point in the history
tins required building bigdecimal, whereas jmespath is self-contained
  • Loading branch information
asottile committed Apr 30, 2024
1 parent 0d4c6da commit 5c3d006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/languages/ruby_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def test_ruby_additional_deps(tmp_path):
tmp_path,
ruby,
'ruby -e',
args=('require "tins"',),
deps=('tins',),
args=('require "jmespath"',),
deps=('jmespath',),
)
assert ret == (0, b'')

Expand Down

0 comments on commit 5c3d006

Please sign in to comment.