Skip to content

Commit 991206b

Browse files
committedJan 25, 2016
bump RUBY_VERSION to 2.2.2, rack 2.0.0.alpha requires ruby >= 2.2.2
1 parent fa397f8 commit 991206b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class Configure
163163
@vendored_libdir = File.join(root, "/vendor")
164164

165165
# Ruby compatibility version
166-
@ruby_version = "2.2.0"
166+
@ruby_version = "2.2.2"
167167
@ruby_libversion = @ruby_version.split(/\./)[0..1].join.to_i
168168

169169
# Configure settings

0 commit comments

Comments
 (0)
Please sign in to comment.