summaryrefslogtreecommitdiff
path: root/lib/bundled_gems.rb
AgeCommit message (Expand)Author
2026-03-11Suppress bundled gems warning for subfeatures found outside stdlib [Bug #21828]Hiroshi SHIBATA
2026-02-12Fix bundled gems warning for all subfeatures of hyphenated gemsChris Hasiński
2026-01-20Suppress bundled gem warning on `binding.irb'Daisuke Aritomo
2026-01-20Add commentsDaisuke Aritomo
2026-01-20Fake BUNDLE_GEMFILE and BUNDLE_LOCKFILE to let checks passDaisuke Aritomo
2026-01-20[Bug #21723] Let `binding.irb` properly load irb by fixing force_activate()Daisuke Aritomo
2026-01-08Fix incorrect bundled gems warning for hyphenated gem namesChris Hasiński
2025-11-12tsort will be extracted at 4.1, not 3.6Hiroshi SHIBATA
2025-11-12Replace Ruby 3.5 with Ruby 4.0Hiroshi SHIBATA
2025-11-10[DOC] Update missing docsNobuyoshi Nakada
2025-07-10Warn to use tsort for Ruby 3.6 that will be released at 2026Hiroshi SHIBATA
2025-07-02Reduce allocations in `Gem::BUNDLED_GEMS.warning?`Joshua Young
2025-06-28Make `uplevel` suitable as the option to `Kernel#warn`Nobuyoshi Nakada
2025-06-28Use symbols as `level` instead of stringsNobuyoshi Nakada
2025-04-10Refactor bundled conditionHiroshi SHIBATA
2025-04-10The current force_activate always fails without GemfileHiroshi SHIBATA
2025-04-02Removed the warning targets for Ruby 3.1 because 3.1 is already EOLHiroshi SHIBATA
2025-02-06Improve bundled gems warning messagesDavid Rodríguez
2025-02-06Rename "gem" to "name"David Rodríguez
2025-02-06Simplify bundled gems warnings implementationDavid Rodríguez
2025-02-06Remove unnecessary SINCE_FAST_PATH constantDavid Rodríguez
2025-01-24Added force_activate feature againHiroshi SHIBATA
2025-01-24irb and reline are now bundled gems, we don't need to skip workaround for themHiroshi SHIBATA
2025-01-08Dont't use stub constants like LIBDIR in bundled_gems.rbHiroshi SHIBATA
2024-12-24Fix bundled gems warning for sub feature locationsDavid Rodríguez
2024-12-23Fix code location in bundled gems warningsDavid Rodríguez
2024-12-23Find uplevel for bundled gems warnings just onceDavid Rodríguez
2024-12-12Fix LoadError's linking issueStan Lo
2024-11-27Rename environment name to more descriptiveHiroshi SHIBATA
2024-11-15Find .ext/common path from LOAD_PATH for out-of-place buildHiroshi SHIBATA
2024-11-15Port test_warn_sub_feature.rb to RSpec exampleHiroshi SHIBATA
2024-11-15fiddle provide sub-feature like fiddle/importHiroshi SHIBATA
2024-11-15Use environmental variable for bundled_gems_spec.rbHiroshi SHIBATA
2024-11-15Port test_warn_bundled_gems.rb to RSpec exampleHiroshi SHIBATA
2024-11-13We can't handle optional dependency without new API of Rubygems.Hiroshi SHIBATA
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