summaryrefslogtreecommitdiff
path: root/lib/bundled_gems.rb
AgeCommit message (Expand)Author
2024-04-17[Feature #20335] `Thread.each_caller_location` argumentsNobuyoshi Nakada
2024-04-08Fix error when default gem is loaded from `-r` optionMasataka Pocke Kuwabara
2024-04-03Ignore warnings on the bundled gems repoHiroshi SHIBATA
2024-04-02Warn pstore for Ruby 3.5Hiroshi SHIBATA
2024-04-02Warn ostruct for Ruby 3.5Hiroshi SHIBATA
2024-03-25lib/bundled_gems.rb: dynamically ignore Kernel.require decoratorsJean Boussier
2024-03-25Partly Revert "Show the chilled status of a String [ci skip]"Hiroshi SHIBATA
2024-03-25Show the chilled status of a String [ci skip]Nobuyoshi Nakada
2024-03-25Remove rubylibdir from bootsnapHiroshi SHIBATA
2024-03-25Skip Bootsnap and Zeitwerk in bundled gems warningXavier Noria
2024-03-14Revert "Warn ostruct for Ruby 3.5"Hiroshi SHIBATA
2024-03-14Warn ostruct for Ruby 3.5Hiroshi SHIBATA
2024-01-09racc is extracted at Ruby 3.3, not 3.4Hiroshi SHIBATA
2023-12-19[DOC] No ducuments for internal libraryNobuyoshi Nakada
2023-12-16Avoid warning when requiring bigdecimal/util when bigdecimal is in gemfileSamuel Giddins
2023-12-15Revert "[Bug #20060] Properly return matched gem name in case of EXACT"Hiroshi SHIBATA
2023-12-15Fix gem detection for names with dashDavid Rodríguez
2023-12-14Detect bootsnap from all framesHiroshi SHIBATA
2023-12-14Skip warning feature with BootsnapHiroshi SHIBATA
2023-12-14[Bug #20060] Properly return matched gem name in case of EXACTAkira Matsuda
2023-12-13We need only one line for detecting caller gem nameHiroshi SHIBATA
2023-12-08Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA
2023-12-08Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA
2023-12-08Improve bundled gems warnings for subfeaturesDavid Rodríguez
2023-12-08Improve bundled gem warningsDavid Rodríguez
2023-12-08The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez
2023-12-07Move replace_require into bundled_gems.rbHiroshi SHIBATA
2023-11-16Warn bundled gems before Ruby 3.4.0Hiroshi SHIBATA
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