We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a9ef4 commit 8e7bdc9Copy full SHA for 8e7bdc9
contracts.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
s.files = `git ls-files`.split("\n")
11
s.homepage = "https://github.com/egonSchiele/contracts.ruby"
12
s.license = "BSD-2-Clause"
13
+ s.required_ruby_version = ">= 3", "< 4"
14
s.post_install_message = "
15
0.16.x will be the supporting Ruby 2.x and be feature frozen (only fixes will be released)
16
For Ruby 3.x use 0.17.x or later (might not be released yet)
0 commit comments