index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bundled_gems.rb
Age
Commit message (
Expand
)
Author
2026-03-11
Suppress bundled gems warning for subfeatures found outside stdlib [Bug #21828]
Hiroshi SHIBATA
2026-02-12
Fix bundled gems warning for all subfeatures of hyphenated gems
Chris Hasiński
2026-01-20
Suppress bundled gem warning on `binding.irb'
Daisuke Aritomo
2026-01-20
Add comments
Daisuke Aritomo
2026-01-20
Fake BUNDLE_GEMFILE and BUNDLE_LOCKFILE to let checks pass
Daisuke Aritomo
2026-01-20
[Bug #21723] Let `binding.irb` properly load irb by fixing force_activate()
Daisuke Aritomo
2026-01-08
Fix incorrect bundled gems warning for hyphenated gem names
Chris Hasiński
2025-11-12
tsort will be extracted at 4.1, not 3.6
Hiroshi SHIBATA
2025-11-12
Replace Ruby 3.5 with Ruby 4.0
Hiroshi SHIBATA
2025-11-10
[DOC] Update missing docs
Nobuyoshi Nakada
2025-07-10
Warn to use tsort for Ruby 3.6 that will be released at 2026
Hiroshi SHIBATA
2025-07-02
Reduce allocations in `Gem::BUNDLED_GEMS.warning?`
Joshua Young
2025-06-28
Make `uplevel` suitable as the option to `Kernel#warn`
Nobuyoshi Nakada
2025-06-28
Use symbols as `level` instead of strings
Nobuyoshi Nakada
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
[next]