Skip to content

Commit a3ff878

Browse files
committed
Add ruby 3 support
1 parent 6f1f896 commit a3ff878

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/super_diff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- 2.5
1010
- 2.6
1111
- 2.7
12+
- 3.0
1213
rails_appraisal:
1314
- rails_5_0
1415
- rails_5_1

super_diff.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
SuperDiff is a gem that hooks into RSpec to intelligently display the
1313
differences between two data structures of any type.
1414
DESC
15-
s.required_ruby_version = "~> 2.4"
15+
s.required_ruby_version = ">= 2.4"
1616

1717
s.files = ["README.md", "super_diff.gemspec"] + Dir["lib/**/*"]
1818
s.test_files = Dir["spec/**/*"]

0 commit comments

Comments
 (0)