Commit graph

11 commits

Author SHA1 Message Date
Nobuyoshi Nakada
7d32011399 [Bug #19852] Use gem name without suffix 2023-08-26 02:47:04 +09:00
Hiroshi SHIBATA
70272ca65c
Warn for bigdecimal.so case too 2023-08-25 13:11:06 +09:00
Hiroshi SHIBATA
3a70afad32
prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler environment 2023-08-25 12:56:47 +09:00
Hiroshi SHIBATA
28b2cb10d5
We should also warn when loading 'bigdecimal/*' libraries 2023-08-25 12:52:10 +09:00
Hiroshi SHIBATA
bdd535eac6
Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACT 2023-08-25 12:52:10 +09:00
Hiroshi SHIBATA
1c93288f8b
Added bigdecimal to warning targets for the bundled gems.
[Bug #19843]
2023-08-22 14:35:25 +09:00
Nobuyoshi Nakada
4e6861d337 Fix Gem::BUNDLED_GEMS.find_gem return value
If the required name is different from the found gem name, return the
gem name, instead of true that means the required name is an exact gem
name.
2023-08-05 18:56:37 +09:00
Hiroshi SHIBATA
ede3c5ee0f Use future tense if current version is older than list version 2023-08-04 21:12:09 +09:00
Hiroshi SHIBATA
2deeb0e0bf Removed unnecessary methods 2023-07-28 14:57:10 +09:00
Nobuyoshi Nakada
989f3add62 Warn default gems which will be gemified in future 2023-07-28 14:57:10 +09:00
Hiroshi SHIBATA
6500f85927
Added Gem::BUNDLED_GEMS for warning feature of Bundler 2023-07-26 08:51:57 +09:00