Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 9, 2019
1 parent 2be3f14 commit 3fa9bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/install/gems/native_extensions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
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}
Expand Down

0 comments on commit 3fa9bf4

Please sign in to comment.