Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update ruby compat version from 2.1.0 to 2.2.0 [ci skip]
  • Loading branch information
chuckremes committed Jan 4, 2016
1 parent dde4e3a commit 0421dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -162,7 +162,7 @@ class Configure
@vendored_libdir = File.join(root, "/vendor")

# Ruby compatibility version
@ruby_version = "2.1.0"
@ruby_version = "2.2.0"
@ruby_libversion = @ruby_version.split(/\./)[0..1].join.to_i

# Configure settings
Expand Down

0 comments on commit 0421dd3

Please sign in to comment.