rantly.gemspec in rantly-2.0.0 vs rantly.gemspec in rantly-3.0.0

- old
+ new

@@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = 'rantly' s.summary = 'Ruby Imperative Random Data Generator and Quickcheck' s.homepage = 'https://github.com/rantly-rb/rantly' - s.version = '2.0.0' + s.version = '3.0.0' s.license = 'MIT' s.require_paths = ['lib'] s.authors = ['Ana María Martínez Gómez', 'Howard Yeh', 'Anthony Bargnesi', 'Eric Bischoff'] s.email = ['anamma06@gmail.com', 'hayeah@gmail.com', 'abargnesi@gmail.com', 'ebischoff@nerim.net'] s.extra_rdoc_files = [ @@ -36,7 +36,7 @@ 'rantly.gemspec', 'test/rantly_test.rb', 'test/shrinks_test.rb', 'test/test_helper.rb' ] - s.required_ruby_version = '>= 2.4.0' + s.required_ruby_version = '>= 3.3.0' end