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

Commit

Permalink
Check for feature flag instead of hard version
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 14, 2019
1 parent 94db1e1 commit e1332d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/platforms.rb
Expand Up @@ -105,7 +105,7 @@ def lockfile_platforms
end

def local_platforms
if Bundler::VERSION.split(".").first.to_i > 2
if Bundler.feature_flag.specific_platform?
[local, specific_local_platform]
else
[local]
Expand Down

0 comments on commit e1332d7

Please sign in to comment.