Skip to content

Commit

Permalink
Drop Ruby 2.4 and Rails 5.0/5.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Sep 11, 2020
1 parent 2e53040 commit 3d34e2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,16 @@ rvm:
- "2.7"
- "2.6"
- "2.5"
- "2.4"
gemfile:
- gemfiles/Gemfile.rails-6.0.x
- gemfiles/Gemfile.rails-5.2.x
- gemfiles/Gemfile.rails-5.1.x
- gemfiles/Gemfile.rails-5.0.x
env:
- TEST_TASK=spec
matrix:
allow_failures:
- rvm: ruby-head
include:
- { rvm: "2.6", gemfile: "Gemfile", env: [TEST_TASK=rubocop] }
exclude:
# Rails > 5 not on MRI 2.4+
- { rvm: "2.4", gemfile: "gemfiles/Gemfile.rails-6.0.x" }
addons:
apt:
packages:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ For the full commit log, [see here](https://github.com/influxdata/influxdb-rails
## v1.0.1.beta2
- Implement [`deliver.action_mailer`](https://guides.rubyonrails.org/active_support_instrumentation.html#deliver-action-mailer) subscriber
- Add missing Active Job documentation
- Drop support for Ruby 2.4
- Drop support for Rails < 5.2

## v1.0.1.beta1, released 2020-08-21
- Drop support for Ruby 2.3
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile.rails-5.0.x

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/Gemfile.rails-5.1.x

This file was deleted.

0 comments on commit 3d34e2a

Please sign in to comment.