mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Support ruby through a combination of rbenv, ruby-build, and GEM_HOME
This commit is contained in:
parent
390af24c44
commit
b381bb68b7
10 changed files with 124 additions and 24 deletions
3
testing/resources/ruby_hooks_repo/bin/ruby_hook
Executable file
3
testing/resources/ruby_hooks_repo/bin/ruby_hook
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
puts 'Hello world from a ruby hook'
|
||||
Loading…
Add table
Add a link
Reference in a new issue