ruby/spec/bundler
Kazuhiro NISHIYAMA b10b37924a
Fix failures in ./spec/bundler/quality_spec.rb
```
Failures:

  1) The library itself does not contain any warnings
     Failure/Error: raise "Invoking #{method}!(#{args.map(&:inspect).join(", ")}) failed:\n#{last_command.stdboth}"

     RuntimeError:
       Invoking sys_exec!("ruby -w") failed:
       /home/user/snapshot-master/lib/bundler/cli/add.rb:4:in `<module:Bundler>': uninitialized constant Bundler::CLI (NameError)
        from /home/user/snapshot-master/lib/bundler/cli/add.rb:3:in `<top (required)>'
        from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
        from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
        from -:2:in `<main>'

       Commands:
       $ ruby -w
       /home/user/snapshot-master/lib/bundler/cli/add.rb:4:in `<module:Bundler>': uninitialized constant Bundler::CLI (NameError)
        from /home/user/snapshot-master/lib/bundler/cli/add.rb:3:in `<top (required)>'
        from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
        from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
        from -:2:in `<main>'
       # $? => 1
```
2020-05-25 20:12:41 +09:00
..
bundler Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
cache Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
commands Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5 2020-05-22 20:32:30 +09:00
install Marked the failing examples with the current master branch on ruby repository 2020-05-22 20:32:30 +09:00
lock Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
other Sync Bundler PR #3624 with HEAD commits 2020-05-22 20:32:30 +09:00
plugins Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
realworld Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00
resolver Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
runtime Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5 2020-05-22 20:32:30 +09:00
support Fix a failure in bundle version with version outputs the version with build metadata 2020-05-25 20:08:30 +09:00
update Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
quality_es_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
quality_spec.rb Fix failures in ./spec/bundler/quality_spec.rb 2020-05-25 20:12:41 +09:00
spec_helper.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00