Skip to content

Commit 6c46d78

Browse files
committed
Remove support for Ruby 2.4
That way we don't have to support old features or jump through hoops to use Bundler 1.x locally / on Travis.
1 parent 58eb317 commit 6c46d78

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ gemfile:
1818
- gemfiles/rails_5_2.gemfile
1919
- gemfiles/rails_6_0.gemfile
2020
- gemfiles/no_rails.gemfile
21-
matrix:
22-
exclude:
23-
- rvm: 2.4
24-
gemfile: gemfiles/rails_6_0.gemfile
2521
rvm:
2622
- 2.7
2723
- 2.6
2824
- 2.5
29-
- 2.4
3025
#- jruby-9.2.7.0
26+
branches:
27+
only:
28+
- master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ I'll get notified right away!
205205
## Compatibility
206206

207207
`super_diff` is [tested][travis] to work with
208-
Ruby >= 2.4.x,
208+
Ruby >= 2.5.x,
209209
RSpec 3.x,
210210
and Rails >= 5.x.
211211

0 commit comments

Comments
 (0)