[bundler/bundler] Remove the :ruby exclusion tag

Our current set of specs is the same for all supported rubies, and we
should keep it that way.

https://github.com/bundler/bundler/commit/c9dc0f6f2c
This commit is contained in:
David Rodríguez 2019-08-17 23:11:38 +02:00 committed by Hiroshi SHIBATA
parent bcc4ac924d
commit 1120bacd8b
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -66,7 +66,6 @@ RSpec.configure do |config|
git_version = Bundler::Source::Git::GitProxy.new(nil, nil, nil).version
config.filter_run_excluding :ruby => RequirementChecker.against(RUBY_VERSION)
config.filter_run_excluding :rubygems => RequirementChecker.against(Gem::VERSION)
config.filter_run_excluding :git => RequirementChecker.against(git_version)
config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0])