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

Commit

Permalink
Remove deprecation releases
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 14, 2019
1 parent cb19287 commit 1b9c0cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/bundler/shared_helpers.rb
Expand Up @@ -374,8 +374,7 @@ def resolve_path(path)

def prints_major_deprecations?
require "bundler"
deprecation_release = Bundler::VERSION.split(".").drop(1).include?("99")
return false if !deprecation_release && !Bundler.settings[:major_deprecations]
return false unless Bundler.settings[:major_deprecations]
require "bundler/deprecate"
return false if Bundler::Deprecate.skip
true
Expand Down

0 comments on commit 1b9c0cb

Please sign in to comment.