summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 09:17:00 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-09 14:47:07 +0200
commit3fa9bf45a5f637aed43624fa324886020104d784 (patch)
tree503a48a70a90d8c788a3851238ddc567d0fb7759
parent2be3f1485d2402ae0c8fe3c468449cd13f4e0e4a (diff)
downloadbundler-colby/bundler-2-merge.tar.gz
Fix deprecation warningcolby/bundler-2-merge
-rw-r--r--spec/install/gems/native_extensions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/native_extensions_spec.rb b/spec/install/gems/native_extensions_spec.rb
index d3281f9012..9176a07084 100644
--- a/spec/install/gems/native_extensions_spec.rb
+++ b/spec/install/gems/native_extensions_spec.rb
@@ -117,7 +117,7 @@ RSpec.describe "installing a gem with native extensions", :ruby_repo do
C
end
- bundle! "config build.c_extension --with-c_extension=hello --with-c_extension_bundle-dir=hola"
+ bundle! "config set build.c_extension --with-c_extension=hello --with-c_extension_bundle-dir=hola"
install_gemfile! <<-G
gem "c_extension", :git => #{lib_path("c_extension-1.0").to_s.dump}