bundler/lib/bundler/cli/cache.rb in rubygems-update-3.4.22 vs bundler/lib/bundler/cli/cache.rb in rubygems-update-3.5.0
- old
+ new
@@ -17,10 +17,10 @@
install
# TODO: move cache contents here now that all bundles are locked
custom_path = Bundler.settings[:path] if options[:path]
- Bundler.settings.temporary(:cache_all_platforms => options["all-platforms"]) do
+ Bundler.settings.temporary(cache_all_platforms: options["all-platforms"]) do
Bundler.load.cache(custom_path)
end
end
private