summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-25 12:56:47 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-25 12:56:47 +0900
commit3a70afad32f183daa8b3ddc36cb75b27e47ef623 (patch)
tree8d6495a67ee49127c62defaa78e780fc896a8ca1
parent28b2cb10d5e6ffb2bfb5ecc4ca472a4849b2c1b3 (diff)
prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler environment
-rw-r--r--lib/bundled_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index c9fe964d8e..b163182eab 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -8,6 +8,7 @@ module Gem::BUNDLED_GEMS
"net-imap" => "3.1.0",
"net-pop" => "3.1.0",
"net-smtp" => "3.1.0",
+ "prime" => "3.1.0",
"abbrev" => "3.4.0",
"observer" => "3.4.0",
"getoptlong" => "3.4.0",