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 58eb317 commit 6c46d78Copy full SHA for 6c46d78
.travis.yml
@@ -18,13 +18,11 @@ gemfile:
18
- gemfiles/rails_5_2.gemfile
19
- gemfiles/rails_6_0.gemfile
20
- gemfiles/no_rails.gemfile
21
-matrix:
22
- exclude:
23
- - rvm: 2.4
24
- gemfile: gemfiles/rails_6_0.gemfile
25
rvm:
26
- 2.7
27
- 2.6
28
- 2.5
29
- - 2.4
30
#- jruby-9.2.7.0
+branches:
+ only:
+ - master
README.md
@@ -205,7 +205,7 @@ I'll get notified right away!
205
## Compatibility
206
207
`super_diff` is [tested][travis] to work with
208
-Ruby >= 2.4.x,
+Ruby >= 2.5.x,
209
RSpec 3.x,
210
and Rails >= 5.x.
211
0 commit comments