summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/outdated.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2019-08-21 20:53:36 +0200
committerHiroshi SHIBATA <[email protected]>2019-09-18 18:26:32 +0900
commit0c6529bac2c38c536567e443b7da851144e84be8 ()
tree4619f5294629d6dcc2b5b5a426ba69ec56b42064 /lib/bundler/cli/outdated.rb
parent6f16ededdd5eed8bab9e4f4cb70032a151fbc405 (diff)
[bundler/bundler] Revert "Add all platforms to lockfile by default"
This reverts commit 3dc509e645abb497e4dc92a7c42be471ff87db0b. https://.com/bundler/bundler/commit/b5766564fb
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 0 insertions, 2 deletions
@@ -169,8 +169,6 @@ module Bundler
end
def retrieve_active_spec(definition, current_spec)
- return unless current_spec.match_platform(Bundler.local_platform)
-
if strict
active_spec = definition.find_resolved_spec(current_spec)
else