Skip to content

Commit 50fa474

Browse files
committed
Lower to ruby 2.3
1 parent afe6b26 commit 50fa474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-injection/host_inject.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# to call into the main one only for versions for which it is known-compatible
33
# with at the language level.
44

5-
if RUBY_VERSION >= '2.5.'
5+
if RUBY_VERSION >= '2.3.'
66
require File.expand_path(File.join(File.dirname(__FILE__), 'host_inject_main.rb'))
77
end

0 commit comments

Comments
 (0)