aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundled_gems.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA2023-12-081-3/+0
* Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA2023-12-081-0/+3
* Improve bundled gems warnings for subfeaturesDavid Rodríguez2023-12-081-6/+6
* Improve bundled gem warningsDavid Rodríguez2023-12-081-2/+3
* The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez2023-12-081-2/+5
* Move replace_require into bundled_gems.rbHiroshi SHIBATA2023-12-071-0/+19
* Warn bundled gems before Ruby 3.4.0Hiroshi SHIBATA2023-11-161-4/+9
* Surpressing additional message if it missed to detect gem nameHiroshi SHIBATA2023-11-021-1/+3
* Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from ru...Hiroshi SHIBATA2023-11-021-1/+4
* Support Pathname object for warning feature of bundled gemsHiroshi SHIBATA2023-11-021-0/+1
* Sort gem namesHiroshi SHIBATA2023-10-201-8/+8
* racc is also extracted to bundled gemsHiroshi SHIBATA2023-10-201-0/+1
* Tweak the grammarHiroshi SHIBATA2023-10-181-2/+2
* normalize gem name without .so or .bundleHiroshi SHIBATA2023-10-181-1/+1
* reject bundled gems if they are declared in GemfileHiroshi SHIBATA2023-10-181-1/+2
* Ignore duplicated warning with native extensionHiroshi SHIBATA2023-10-131-2/+2
* Fix wrong gem nameHiroshi SHIBATA2023-10-131-1/+1
* Ignore warning on LoadError when running under BundlerHiroshi SHIBATA2023-10-131-1/+1
* Added recovery instructions for RubyGemsHiroshi SHIBATA2023-10-131-0/+2
* Surpressing double warningsHiroshi SHIBATA2023-10-131-1/+1
* Warn only LoadError without Bundler environmentHiroshi SHIBATA2023-10-131-13/+17
* Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA2023-10-131-2/+20
* Move path normalization into Gem from Bundler classHiroshi SHIBATA2023-10-131-0/+1
* [Bug #19852] Use gem name without suffixNobuyoshi Nakada2023-08-261-3/+5
* Warn for bigdecimal.so case tooHiroshi SHIBATA2023-08-251-0/+1
* prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler e...Hiroshi SHIBATA2023-08-251-0/+1
* We should also warn when loading 'bigdecimal/*' librariesHiroshi SHIBATA2023-08-251-0/+1
* Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACTHiroshi SHIBATA2023-08-251-11/+11
* Added bigdecimal to warning targets for the bundled gems.Hiroshi SHIBATA2023-08-221-1/+2
* Fix `Gem::BUNDLED_GEMS.find_gem` return valueNobuyoshi Nakada2023-08-051-1/+1
* Use future tense if current version is older than list versionHiroshi SHIBATA2023-08-041-1/+1
* Removed unnecessary methodsHiroshi SHIBATA2023-07-281-8/+0
* Warn default gems which will be gemified in futureNobuyoshi Nakada2023-07-281-2/+82
* Added Gem::BUNDLED_GEMS for warning feature of BundlerHiroshi SHIBATA2023-07-261-0/+23