diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-12-26 10:48:47 +0700 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-12-26 10:48:47 +0700 |
commit | 9022a09f3f76f79ac8c0068443c5e5249029b522 (patch) | |
tree | 21e8e0913ca7de9648087736209e03cf6427b3a2 | |
parent | c8d8065494652869343aa06852b6788d33d902bc (diff) | |
download | bundler-9022a09f3f76f79ac8c0068443c5e5249029b522.tar.gz |
[CurrentRuby] Add 2.6 as a known minor
See https://github.com/ruby/ruby/commit/0af050993e9cc55e2f58d8f4677c1521bacf5bea
-rw-r--r-- | lib/bundler/current_ruby.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |