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 6f1f896 commit a3ff878Copy full SHA for a3ff878
.github/workflows/super_diff.yml
@@ -9,6 +9,7 @@ jobs:
9
- 2.5
10
- 2.6
11
- 2.7
12
+ - 3.0
13
rails_appraisal:
14
- rails_5_0
15
- rails_5_1
super_diff.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
SuperDiff is a gem that hooks into RSpec to intelligently display the
differences between two data structures of any type.
DESC
- s.required_ruby_version = "~> 2.4"
+ s.required_ruby_version = ">= 2.4"
16
17
s.files = ["README.md", "super_diff.gemspec"] + Dir["lib/**/*"]
18
s.test_files = Dir["spec/**/*"]
0 commit comments