We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2e5f8 commit 3213703Copy full SHA for 3213703
1 file changed
pre_commit/languages/ruby.py
@@ -18,7 +18,7 @@ def env_prefix(self):
18
19
def run(self, *args, **kwargs):
20
# TODO: hardcoded version smell
21
- env = dict(os.environ, RBENV_VERSION='1.9.3-p545')
+ env = dict(os.environ, RBENV_VERSION='1.9.3-p547')
22
return super(RubyEnv, self).run(*args, env=env, **kwargs)
23
24
@@ -61,7 +61,7 @@ def install_environment(repo_cmd_runner):
61
_install_rbenv(repo_cmd_runner)
62
with in_env(repo_cmd_runner) as ruby_env:
63
64
- ruby_env.run('rbenv install 1.9.3-p545')
+ ruby_env.run('rbenv install 1.9.3-p547')
65
ruby_env.run(
66
'cd {prefix} && gem build *.gemspec && gem install *.gem',
67
)
0 commit comments