We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea306a4 commit 31623d7Copy full SHA for 31623d7
super_diff.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
SuperDiff is a gem that hooks into RSpec to intelligently display the
14
differences between two data structures of any type.
15
DESC
16
- s.required_ruby_version = [">= 2.4", "< 4"]
+ s.required_ruby_version = ">= 3"
17
18
s.files = %w[README.md super_diff.gemspec] + Dir["lib/**/*"]
19
s.test_files = Dir["spec/**/*"]
0 commit comments