summaryrefslogtreecommitdiff
path: root/lib/bundler/current_ruby.rb
diff options
context:
space:
mode:
authorBobby McDonald <[email protected]>2022-04-13 11:42:52 -0400
committergit <[email protected]>2022-04-16 08:23:21 +0900
commitccb0572ff948aa83b7fb35143524fa8cd74864cf (patch)
tree5f4cc3c31b5829fbf09ddae5068c22a1d59cf1d4 /lib/bundler/current_ruby.rb
parent22f79ae3f749ebe31c34c22d5b8699ffd81ab341 (diff)
[rubygems/rubygems] Add modern rubies to the platforms
https://github.com/rubygems/rubygems/commit/5462322f8f
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