Skip to content

Commit 8e7bdc9

Browse files
committed
* Update gemspec to require ruby 3.x
1 parent e7a9ef4 commit 8e7bdc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
1010
s.files = `git ls-files`.split("\n")
1111
s.homepage = "https://github.com/egonSchiele/contracts.ruby"
1212
s.license = "BSD-2-Clause"
13+
s.required_ruby_version = ">= 3", "< 4"
1314
s.post_install_message = "
1415
0.16.x will be the supporting Ruby 2.x and be feature frozen (only fixes will be released)
1516
For Ruby 3.x use 0.17.x or later (might not be released yet)

0 commit comments

Comments
 (0)