Skip to content

Commit

Permalink
Remove support for unsupported versions of Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Apr 23, 2019
1 parent e1a3ffe commit cc837b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
35 changes: 4 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,10 @@ before_install:
- gem install bundler
- unset _JAVA_OPTIONS
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.9.0
matrix:
exclude:
# activesupport 5 only supports ruby 2.2.2 and later
- gemfile: gemfiles/activesupport5.0.gemfile
rvm: 1.9.3
- gemfile: gemfiles/activesupport5.1.gemfile
rvm: 1.9.3
- gemfile: gemfiles/activesupport5.2.gemfile
rvm: 1.9.3

- gemfile: gemfiles/activesupport5.0.gemfile
rvm: 2.0.0
- gemfile: gemfiles/activesupport5.1.gemfile
rvm: 2.0.0
- gemfile: gemfiles/activesupport5.2.gemfile
rvm: 2.0.0

- gemfile: gemfiles/activesupport5.0.gemfile
rvm: 2.1.10
- gemfile: gemfiles/activesupport5.1.gemfile
rvm: 2.1.10
- gemfile: gemfiles/activesupport5.2.gemfile
rvm: 2.1.10
- 2.4.6
- 2.5.5
- 2.6.3
- jruby-9.2.6.0

gemfile:
- gemfiles/activesupport4.1.gemfile
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### develop

* Removes support for versions of Ruby which are no longer supported by the Ruby project.

### 0.11.0 / April 23, 2019

* Add support for mapping Range objects to cron range syntax [Tim Craft](https://github.com/javan/whenever/pull/725)
Expand Down

0 comments on commit cc837b6

Please sign in to comment.