Skip to content

Commit

Permalink
Drop Ruby 1.9.x support
Browse files Browse the repository at this point in the history
We bumped rake to fix a security issue, and this new version drops
support for Ruby 1.9.x, so we drop it too.
  • Loading branch information
mrcasals committed Apr 3, 2020
1 parent 7bf8d0a commit 8e9addc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,10 @@ env:
- ACTIVE_MODEL_VERSION=5.2
- ACTIVE_MODEL_VERSION=6.0
rvm:
- 1.9.3
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- jruby-19mode

matrix:
exclude:
- rvm: 1.9.3
env: "ACTIVE_MODEL_VERSION=5.0"
- rvm: 1.9.3
env: "ACTIVE_MODEL_VERSION=5.1"
- rvm: 1.9.3
env: "ACTIVE_MODEL_VERSION=5.2"
- rvm: 1.9.3
env: "ACTIVE_MODEL_VERSION=6.0"
- rvm: jruby-19mode
env: "ACTIVE_MODEL_VERSION=5.0"
- rvm: jruby-19mode
env: "ACTIVE_MODEL_VERSION=5.1"
- rvm: jruby-19mode
env: "ACTIVE_MODEL_VERSION=5.2"
- rvm: jruby-19mode
env: "ACTIVE_MODEL_VERSION=6.0"
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# date_validator [![Build Status](https://travis-ci.org/codegram/date_validator.png?branch=master)](https://travis-ci.org/codegram/date_validator)


A simple date validator for Rails. Should be compatible with all latest Rubies.
A simple date validator for Rails. Should be compatible with all latest Rubies (~> 2.x).


```shell
Expand Down

0 comments on commit 8e9addc

Please sign in to comment.