From 9022a09f3f76f79ac8c0068443c5e5249029b522 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 26 Dec 2017 10:48:47 +0700 Subject: [CurrentRuby] Add 2.6 as a known minor See https://github.com/ruby/ruby/commit/0af050993e9cc55e2f58d8f4677c1521bacf5bea --- lib/bundler/current_ruby.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bundler/current_ruby.rb b/lib/bundler/current_ruby.rb index 31532d108d..220d638b87 100644 --- a/lib/bundler/current_ruby.rb +++ b/lib/bundler/current_ruby.rb @@ -18,6 +18,7 @@ module Bundler 2.3 2.4 2.5 + 2.6 ].freeze KNOWN_MAJOR_VERSIONS = KNOWN_MINOR_VERSIONS.map {|v| v.split(".", 2).first }.uniq.freeze -- cgit v1.2.1