Skip to content

Commit

Permalink
Add ruby 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 4, 2021
1 parent 6f1f896 commit a3ff878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- 2.5
- 2.6
- 2.7
- 3.0
rails_appraisal:
- rails_5_0
- rails_5_1
Expand Down
2 changes: 1 addition & 1 deletion super_diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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

0 comments on commit a3ff878

Please sign in to comment.