aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-08-01 16:41:31 +0200
committergit <svn-admin@ruby-lang.org>2022-08-03 16:33:52 +0900
commit35c65e7ba6b4aa8bc80aaca8429a48c4eb923b89 (patch)
treeffc55acf72d6ae45d324bd5b740b507de0202e2f /lib
parent71794a75db5d3da810146da106baf7eb5e86f745 (diff)
downloadruby-35c65e7ba6b4aa8bc80aaca8429a48c4eb923b89.tar.gz
[rubygems/rubygems] Fix conservative updates regardless of `--strict`
https://github.com/rubygems/rubygems/commit/c9a1d69a8d
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index 9ce583886e..e9f93fec39 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -46,7 +46,7 @@ module Bundler
Bundler::CLI::Common.configure_gem_version_promoter(
Bundler.definition,
- options
+ options.merge(:strict => @strict)
)
definition_resolution = proc do