Skip to content

Commit 8438157

Browse files
committedJul 10, 2016
Bump Ruby version to 2.3.1.
1 parent ca1af78 commit 8438157

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎configure

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

163163
# Ruby compatibility version
164-
@ruby_version = "2.2.2"
164+
@ruby_version = "2.3.1"
165165
@ruby_libversion = @ruby_version.split(/\./)[0..1].join.to_i
166166

167167
@build_bin = "#{@sourcedir}/build/bin"
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.