[ruby/set] Drop support for Ruby 2

64dad673d8
This commit is contained in:
Akinori MUSHA 2023-12-08 22:09:22 +09:00
parent da02d08f27
commit 271c74a473
2 changed files with 2 additions and 2 deletions

View file

@ -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