Skip to content

Commit 0421dd3

Browse files
committed
update ruby compat version from 2.1.0 to 2.2.0 [ci skip]
1 parent dde4e3a commit 0421dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Configure
162162
@vendored_libdir = File.join(root, "/vendor")
163163

164164
# Ruby compatibility version
165-
@ruby_version = "2.1.0"
165+
@ruby_version = "2.2.0"
166166
@ruby_libversion = @ruby_version.split(/\./)[0..1].join.to_i
167167

168168
# Configure settings

0 commit comments

Comments
 (0)