summaryrefslogtreecommitdiff
path: root/spec/bundler/update/gems/post_install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/update/gems/post_install_spec.rb')
-rw-r--r--spec/bundler/update/gems/post_install_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/update/gems/post_install_spec.rb b/spec/bundler/update/gems/post_install_spec.rb
index 3aaa659d57..e3593387d4 100644
--- a/spec/bundler/update/gems/post_install_spec.rb
+++ b/spec/bundler/update/gems/post_install_spec.rb
@@ -52,7 +52,7 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle :update, :all => true
+ bundle :update, all: true
end
it_behaves_like "a post-install message outputter"
@@ -67,7 +67,7 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle :update, :all => true
+ bundle :update, all: true
end
it_behaves_like "a post-install message outputter"