ruby/tool/test_for_warn_bundled_gems
Hiroshi SHIBATA c1ee5ea28f
Avoid to unintentional Bundler definition by Bundler::Definition.no_lock
2024-09-27 18:39:05 +09:00
..
.gitignore Added test case of bootsnap 2023-12-15 14:05:13 +08:00
Gemfile
Gemfile.lock Added test case of bundle exec 2023-12-15 14:05:13 +08:00
README.md Added simple test script 2023-12-16 16:36:47 +08:00
test.sh Dont't warn reline called from irb, reline is already declared at irb gemspec 2024-09-13 13:19:31 +09:00
test_no_warn_dash_gem.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_no_warn_dependency.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_no_warn_sub_feature.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_bootsnap.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_bootsnap_and_gem.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_bootsnap_rubyarchdir_gem.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_bundle_exec.rb Added test case of bundle exec 2023-12-15 14:05:13 +08:00
test_warn_bundle_exec_shebang.rb Added test case of bundle exec 2023-12-15 14:05:13 +08:00
test_warn_bundled_gems.rb Avoid to unintentional Bundler definition by Bundler::Definition.no_lock 2024-09-27 18:39:05 +09:00
test_warn_dash_gem.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_dependency.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_redefined.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_sub_feature.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00
test_warn_zeitwerk.rb Don't update lockfile with bundler/inline 2024-09-19 18:06:28 +09:00

README.md

This directory contains tests for the bundled gems warning under the Bundler.

see test.sh for details.