summaryrefslogtreecommitdiff
path: root/lib/bundled_gems.rb
AgeCommit message (Expand)Author
2023-11-02Surpressing additional message if it missed to detect gem nameHiroshi SHIBATA
2023-11-02Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from ru...Hiroshi SHIBATA
2023-11-02Support Pathname object for warning feature of bundled gemsHiroshi SHIBATA
2023-10-20Sort gem namesHiroshi SHIBATA
2023-10-20racc is also extracted to bundled gemsHiroshi SHIBATA
2023-10-18Tweak the grammarHiroshi SHIBATA
2023-10-18normalize gem name without .so or .bundleHiroshi SHIBATA
2023-10-18reject bundled gems if they are declared in GemfileHiroshi SHIBATA
2023-10-13Ignore duplicated warning with native extensionHiroshi SHIBATA
2023-10-13Fix wrong gem nameHiroshi SHIBATA
2023-10-13Ignore warning on LoadError when running under BundlerHiroshi SHIBATA
2023-10-13Added recovery instructions for RubyGemsHiroshi SHIBATA
2023-10-13Surpressing double warningsHiroshi SHIBATA
2023-10-13Warn only LoadError without Bundler environmentHiroshi SHIBATA
2023-10-13Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA
2023-10-13Move path normalization into Gem from Bundler classHiroshi SHIBATA
2023-08-26[Bug #19852] Use gem name without suffixNobuyoshi Nakada
2023-08-25Warn for bigdecimal.so case tooHiroshi SHIBATA
2023-08-25prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler e...Hiroshi SHIBATA
2023-08-25We should also warn when loading 'bigdecimal/*' librariesHiroshi SHIBATA
2023-08-25Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACTHiroshi SHIBATA
2023-08-22Added bigdecimal to warning targets for the bundled gems.Hiroshi SHIBATA
2023-08-05Fix `Gem::BUNDLED_GEMS.find_gem` return valueNobuyoshi Nakada
2023-08-04Use future tense if current version is older than list versionHiroshi SHIBATA
2023-07-28Removed unnecessary methodsHiroshi SHIBATA
2023-07-28Warn default gems which will be gemified in futureNobuyoshi Nakada
2023-07-26Added Gem::BUNDLED_GEMS for warning feature of BundlerHiroshi SHIBATA