We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe6b26 commit 50fa474Copy full SHA for 50fa474
lib-injection/host_inject.rb
@@ -2,6 +2,6 @@
2
# to call into the main one only for versions for which it is known-compatible
3
# with at the language level.
4
5
-if RUBY_VERSION >= '2.5.'
+if RUBY_VERSION >= '2.3.'
6
require File.expand_path(File.join(File.dirname(__FILE__), 'host_inject_main.rb'))
7
end
0 commit comments