Age | Commit message (Expand) | Author |
---|
2025-04-10 | Refactor bundled condition | Hiroshi SHIBATA |
2025-04-10 | The current force_activate always fails without Gemfile | Hiroshi SHIBATA |
2025-04-02 | Removed the warning targets for Ruby 3.1 because 3.1 is already EOL | Hiroshi SHIBATA |
2025-02-06 | Improve bundled gems warning messages | David Rodríguez |
2025-02-06 | Rename "gem" to "name" | David Rodríguez |
2025-02-06 | Simplify bundled gems warnings implementation | David Rodríguez |
2025-02-06 | Remove unnecessary SINCE_FAST_PATH constant | David Rodríguez |
2025-01-24 | Added force_activate feature again | Hiroshi SHIBATA |
2025-01-24 | irb and reline are now bundled gems, we don't need to skip workaround for them | Hiroshi SHIBATA |
2025-01-08 | Dont't use stub constants like LIBDIR in bundled_gems.rb | Hiroshi SHIBATA |
2024-12-24 | Fix bundled gems warning for sub feature locations | David Rodríguez |
2024-12-23 | Fix code location in bundled gems warnings | David Rodríguez |
2024-12-23 | Find uplevel for bundled gems warnings just once | David Rodríguez |
2024-12-12 | Fix LoadError's linking issue | Stan Lo |
2024-11-27 | Rename environment name to more descriptive | Hiroshi SHIBATA |
2024-11-15 | Find .ext/common path from LOAD_PATH for out-of-place build | Hiroshi SHIBATA |
2024-11-15 | Port test_warn_sub_feature.rb to RSpec example | Hiroshi SHIBATA |
2024-11-15 | fiddle provide sub-feature like fiddle/import | Hiroshi SHIBATA |
2024-11-15 | Use environmental variable for bundled_gems_spec.rb | Hiroshi SHIBATA |
2024-11-15 | Port test_warn_bundled_gems.rb to RSpec example | Hiroshi SHIBATA |
2024-11-13 | We can't handle optional dependency without new API of Rubygems. | Hiroshi SHIBATA |
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 |