[ruby/set] Drop support for Ruby 2

https://github.com/ruby/set/commit/64dad673d8
This commit is contained in:
Akinori MUSHA 2023-12-08 22:09:22 +09:00
Родитель da02d08f27
Коммит 271c74a473
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -216,7 +216,7 @@
# has been modified while an element in the set.
#
class Set
VERSION = "1.0.4"
VERSION = "1.1.0.dev"
include Enumerable

Просмотреть файл

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Provides a class to deal with collections of unordered, unique values}
spec.homepage = "https://github.com/ruby/set"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage