Age | Commit message (Expand) | Author |
---|
2024-09-30 | Don't warn the bundled gems that are migrated at Ruby 3.0. | Hiroshi SHIBATA |
2024-09-30 | Fixed warning condition with LoadError | Hiroshi SHIBATA |
2024-09-27 | Only warn fiddle as optional dependency | Hiroshi SHIBATA |
2024-09-27 | Only `warn` about bundled gems when require succeeds | David Rodríguez |
2024-09-13 | Dont't warn reline called from irb, reline is already declared at irb gemspec | Hiroshi SHIBATA |
2024-09-06 | Merge GH-11492 | Hiroshi SHIBATA |
2024-09-06 | Warn irb, reline for Ruby 3.5 | Hiroshi SHIBATA |
2024-08-21 | Don't show script name when bundle exec and call ruby script directly. | Hiroshi SHIBATA |
2024-08-21 | Skip to show script name with using ruby -r option | Hiroshi SHIBATA |
2024-08-21 | Show correct script name with sub-feature case | Hiroshi SHIBATA |
2024-08-15 | Delete unnecessary rubocop disable comment | Kentaro Takeyama |
2024-08-08 | We should use uplevel:2 in another case. | Hiroshi SHIBATA |
2024-08-08 | lib/bundled_gems.rb: more reliable caller detection | Jean Boussier |
2024-08-08 | Partly reverted 09638741ba4d9547a0e48af8c767744fb1d7f68d | Hiroshi SHIBATA |
2024-08-05 | Make sure to always use the right `warn` | David Rodríguez |
2024-07-22 | Document the reasoning behind the fix for [Bug #20641] | Jean Boussier |
2024-07-22 | bundled_gems.rb: Add a fast path | Jean Boussier |
2024-06-05 | Mark to warn logger as bundled gems for Ruby 3.5 | Hiroshi SHIBATA |
2024-06-05 | Mark to warn fiddle as bundled gems for Ruby 3.5 | Hiroshi SHIBATA |
2024-06-04 | EXACT list is mostly same as SINCE list on bundled gems. | Hiroshi SHIBATA |
2024-06-04 | Warn to use win32ole without Gemfile for Ruby 3.5 | Hiroshi SHIBATA |
2024-05-09 | Mark rdoc as bundled gems at Ruby 3.5 | Hiroshi SHIBATA |
2024-04-25 | [Bug #20450] Remove rubyarchdir from bootsnap paths | Eugene Kenny |
2024-04-17 | [Feature #20335] `Thread.each_caller_location` arguments | Nobuyoshi Nakada |
2024-04-08 | Fix error when default gem is loaded from `-r` option | Masataka Pocke Kuwabara |
2024-04-03 | Ignore warnings on the bundled gems repo | Hiroshi SHIBATA |
2024-04-02 | Warn pstore for Ruby 3.5 | Hiroshi SHIBATA |
2024-04-02 | Warn ostruct for Ruby 3.5 | Hiroshi SHIBATA |
2024-03-25 | lib/bundled_gems.rb: dynamically ignore Kernel.require decorators | Jean Boussier |
2024-03-25 | Partly Revert "Show the chilled status of a String [ci skip]" | Hiroshi SHIBATA |
2024-03-25 | Show the chilled status of a String [ci skip] | Nobuyoshi Nakada |
2024-03-25 | Remove rubylibdir from bootsnap | Hiroshi SHIBATA |
2024-03-25 | Skip Bootsnap and Zeitwerk in bundled gems warning | Xavier Noria |
2024-03-14 | Revert "Warn ostruct for Ruby 3.5" | Hiroshi SHIBATA |
2024-03-14 | Warn ostruct for Ruby 3.5 | Hiroshi SHIBATA |
2024-01-09 | racc is extracted at Ruby 3.3, not 3.4 | Hiroshi SHIBATA |
2023-12-19 | [DOC] No ducuments for internal library | Nobuyoshi Nakada |
2023-12-16 | Avoid warning when requiring bigdecimal/util when bigdecimal is in gemfile | Samuel Giddins |
2023-12-15 | Revert "[Bug #20060] Properly return matched gem name in case of EXACT" | Hiroshi SHIBATA |
2023-12-15 | Fix gem detection for names with dash | David Rodríguez |
2023-12-14 | Detect bootsnap from all frames | Hiroshi SHIBATA |
2023-12-14 | Skip warning feature with Bootsnap | Hiroshi SHIBATA |
2023-12-14 | [Bug #20060] Properly return matched gem name in case of EXACT | Akira Matsuda |
2023-12-13 | We need only one line for detecting caller gem name | Hiroshi SHIBATA |
2023-12-08 | Revert "Skip to warn like 'bigdecimal/util' feature." | Hiroshi SHIBATA |
2023-12-08 | Skip to warn like 'bigdecimal/util' feature. | Hiroshi SHIBATA |
2023-12-08 | Improve bundled gems warnings for subfeatures | David Rodríguez |
2023-12-08 | Improve bundled gem warnings | David Rodríguez |
2023-12-08 | The SINCE and WARNED hashes take gem names, not features | David Rodríguez |
2023-12-07 | Move replace_require into bundled_gems.rb | Hiroshi SHIBATA |