Skip to content

Commit

Permalink
Merge pull request #4029 from rubygems/pathname_unsupported
Browse files Browse the repository at this point in the history
Mark `pathname` as an unsupported default gem

(cherry picked from commit aa991a5)
  • Loading branch information
hsbt authored and deivid-rodriguez committed Dec 7, 2020
1 parent b668262 commit 98b60b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler/spec/runtime/setup_spec.rb
Expand Up @@ -1233,6 +1233,7 @@ def lock_with(ruby_version = nil)
end << "bundler"
exempts << "fiddle" if Gem.win_platform? && Gem::Version.new(Gem::VERSION) >= Gem::Version.new("2.7")
exempts << "uri" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7")
exempts << "pathname" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0")
exempts << "set" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0")
exempts << "tsort" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0")
exempts
Expand Down

0 comments on commit 98b60b1

Please sign in to comment.