зеркало из https://github.com/github/ruby.git
Bootsnap and Zeitwerk are working correctly now
This commit is contained in:
Родитель
6b1691ebe8
Коммит
990e11b60e
|
@ -24,18 +24,18 @@ echo "* Show warning when bundle exec with shebang's script"
|
|||
bundle exec ./test_warn_bundle_exec_shebang.rb
|
||||
echo
|
||||
|
||||
echo "* Show warning with bootsnap"
|
||||
ruby test_warn_bootsnap.rb
|
||||
echo
|
||||
|
||||
echo "* Show warning with zeitwerk"
|
||||
ruby test_warn_zeitwerk.rb
|
||||
echo
|
||||
|
||||
echo "* Don't show warning bundled gems on Gemfile"
|
||||
ruby test_no_warn_dependency.rb
|
||||
echo
|
||||
|
||||
echo "* Don't show warning with bootsnap"
|
||||
ruby test_no_warn_bootsnap.rb
|
||||
echo
|
||||
|
||||
echo "* Don't show warning with zeitwerk"
|
||||
ruby test_no_warn_zeitwerk.rb
|
||||
echo
|
||||
|
||||
echo "* Don't show warning with net/smtp when net-smtp on Gemfile"
|
||||
ruby test_no_warn_dash_gem.rb
|
||||
echo
|
||||
|
|
Загрузка…
Ссылка в новой задаче