Skip to content

Commit

Permalink
Set is now supported as a default gem
Browse files Browse the repository at this point in the history
As long as you use the latest rubygems too.
  • Loading branch information
deivid-rodriguez committed Jan 22, 2021
1 parent cbdb121 commit 0e6c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/runtime/setup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ def lock_with(ruby_version = nil)
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 << "set" unless Gem::Version.new(Gem::VERSION) >= Gem::Version.new("3.2.6")
exempts << "tsort" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0")
exempts
end
Expand Down

0 comments on commit 0e6c648

Please sign in to comment.