prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler environment

This commit is contained in:
Hiroshi SHIBATA 2023-08-25 12:56:47 +09:00
parent 28b2cb10d5
commit 3a70afad32
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -8,6 +8,7 @@ module Gem::BUNDLED_GEMS
"net-imap" => "3.1.0", "net-imap" => "3.1.0",
"net-pop" => "3.1.0", "net-pop" => "3.1.0",
"net-smtp" => "3.1.0", "net-smtp" => "3.1.0",
"prime" => "3.1.0",
"abbrev" => "3.4.0", "abbrev" => "3.4.0",
"observer" => "3.4.0", "observer" => "3.4.0",
"getoptlong" => "3.4.0", "getoptlong" => "3.4.0",