diff options
author | David RodrÃguez <[email protected]> | 2019-07-15 19:17:11 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-03 09:29:58 +0900 |
commit | 4f5e1b6ebf4a122fe935c55224ce8e9937288582 (patch) | |
tree | 9130359eba99393b3b56ec22960d6177a0a8bcb8 /spec/bundler/quality_spec.rb | |
parent | f73020d493ec2bf7c79fc118f83f328caee701d7 (diff) |
[bundler/bundler] Remove `cache_command_is_package` feature flag
So that we handle the removal of `bundle cache` just like we'll handle
the removal of `bundle show` and `bundle console`.
https://github.com/bundler/bundler/commit/ff1a669efb
Diffstat (limited to 'spec/bundler/quality_spec.rb')
-rw-r--r-- | spec/bundler/quality_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/quality_spec.rb b/spec/bundler/quality_spec.rb index ead30022cc..9db8baa4c0 100644 --- a/spec/bundler/quality_spec.rb +++ b/spec/bundler/quality_spec.rb @@ -162,7 +162,6 @@ RSpec.describe "The library itself" do it "documents all used settings" do exemptions = %w[ auto_config_jobs - cache_command_is_package deployment_means_frozen forget_cli_options gem.coc |