Skip to content

Commit 31623d7

Browse files
authored
Really require Ruby 3.x (#190)
Update the `required_ruby_version` in the gemspec to disallow Rubies less than 3.x.
1 parent ea306a4 commit 31623d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

super_diff.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
SuperDiff is a gem that hooks into RSpec to intelligently display the
1414
differences between two data structures of any type.
1515
DESC
16-
s.required_ruby_version = [">= 2.4", "< 4"]
16+
s.required_ruby_version = ">= 3"
1717

1818
s.files = %w[README.md super_diff.gemspec] + Dir["lib/**/*"]
1919
s.test_files = Dir["spec/**/*"]

0 commit comments

Comments
 (0)