mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
use a newer version of ruby which builds cleanly
This commit is contained in:
parent
8cc3a6d8aa
commit
b00c31cf9e
3 changed files with 5 additions and 5 deletions
|
|
@ -335,7 +335,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
|
|||
tempdir_factory, store, 'ruby_versioned_hooks_repo',
|
||||
'ruby_hook',
|
||||
[os.devnull],
|
||||
b'2.5.1\nHello world from a ruby hook\n',
|
||||
b'3.1.0\nHello world from a ruby hook\n',
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -357,7 +357,7 @@ def test_run_ruby_hook_with_disable_shared_gems(
|
|||
tempdir_factory, store, 'ruby_versioned_hooks_repo',
|
||||
'ruby_hook',
|
||||
[os.devnull],
|
||||
b'2.5.1\nHello world from a ruby hook\n',
|
||||
b'3.1.0\nHello world from a ruby hook\n',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue