summaryrefslogtreecommitdiff
path: root/lib/bundled_gems.rb
AgeCommit message (Expand)Author
2024-09-30Don't warn the bundled gems that are migrated at Ruby 3.0.Hiroshi SHIBATA
2024-09-30Fixed warning condition with LoadErrorHiroshi SHIBATA
2024-09-27Only warn fiddle as optional dependencyHiroshi SHIBATA
2024-09-27Only `warn` about bundled gems when require succeedsDavid Rodríguez
2024-09-13Dont't warn reline called from irb, reline is already declared at irb gemspecHiroshi SHIBATA
2024-09-06Merge GH-11492Hiroshi SHIBATA
2024-09-06Warn irb, reline for Ruby 3.5Hiroshi SHIBATA
2024-08-21Don't show script name when bundle exec and call ruby script directly.Hiroshi SHIBATA
2024-08-21Skip to show script name with using ruby -r optionHiroshi SHIBATA
2024-08-21Show correct script name with sub-feature caseHiroshi SHIBATA
2024-08-15Delete unnecessary rubocop disable commentKentaro Takeyama
2024-08-08We should use uplevel:2 in another case.Hiroshi SHIBATA
2024-08-08lib/bundled_gems.rb: more reliable caller detectionJean Boussier
2024-08-08Partly reverted 09638741ba4d9547a0e48af8c767744fb1d7f68dHiroshi SHIBATA
2024-08-05Make sure to always use the right `warn`David Rodríguez
2024-07-22Document the reasoning behind the fix for [Bug #20641]Jean Boussier
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-06-05Mark to warn logger as bundled gems for Ruby 3.5Hiroshi SHIBATA
2024-06-05Mark to warn fiddle as bundled gems for Ruby 3.5Hiroshi SHIBATA
2024-06-04EXACT list is mostly same as SINCE list on bundled gems.Hiroshi SHIBATA
2024-06-04Warn to use win32ole without Gemfile for Ruby 3.5Hiroshi SHIBATA
2024-05-09Mark rdoc as bundled gems at Ruby 3.5Hiroshi SHIBATA
2024-04-25[Bug #20450] Remove rubyarchdir from bootsnap pathsEugene Kenny
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