diff options
-rw-r--r-- | lib/bundler/ruby_version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ module Bundler (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional level (?:\s\((\S+)\s(.+)\))? # optional engine info - /xo.freeze # Returns a RubyVersion from the given string. # @param [String] the version string to match. |