summaryrefslogtreecommitdiff
path: root/lib/bundler/current_ruby.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-02 19:42:57 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit2e291e3ffdea1cba747119ff58cf253f4c4a87c8 (patch)
treeac8024cb8e7d92295c259ef4cecf1e5ccc09ea94 /lib/bundler/current_ruby.rb
parent8ba584ff3c085251865c11c5d7deef0ddfc6d0ff (diff)
Merge RubyGems-3.3.12 and Bundler-2.3.12
Diffstat (limited to 'lib/bundler/current_ruby.rb')
-rw-r--r--lib/bundler/current_ruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/current_ruby.rb b/lib/bundler/current_ruby.rb
index f84d68e262..27997982c0 100644
--- a/lib/bundler/current_ruby.rb
+++ b/lib/bundler/current_ruby.rb
@@ -21,6 +21,7 @@ module Bundler
2.6
2.7
3.0
+ 3.1
].freeze
KNOWN_MAJOR_VERSIONS = KNOWN_MINOR_VERSIONS.map {|v| v.split(".", 2).first }.uniq.freeze