Skip to content

Commit 52aec41

Browse files
Merge pull request #86 from puppetlabs/pa-2126-s390x-ruby
(PA-2126) Fix typo in ruby version string
2 parents ba39060 + cc1e81d commit 52aec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/files/ruby_244/rbconfig/rbconfig-244-s390x-linux-gnu.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# changes made to this file will be lost the next time ruby is built.
44

55
module RbConfig
6-
RUBY_VERSION == "2.4." or
6+
RUBY_VERSION == "2.4.4" or
77
raise "ruby lib version (2.4.4) doesn't match executable version (#{RUBY_VERSION})"
88

99
TOPDIR = File.dirname(__FILE__).chomp!("/lib/ruby/2.4.0/s390x-linux")

0 commit comments

Comments
 (0)