Skip to content

Commit 3d34e2a

Browse files
committed
Drop Ruby 2.4 and Rails 5.0/5.1 support
1 parent 2e53040 commit 3d34e2a

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,16 @@ rvm:
1010
- "2.7"
1111
- "2.6"
1212
- "2.5"
13-
- "2.4"
1413
gemfile:
1514
- gemfiles/Gemfile.rails-6.0.x
1615
- gemfiles/Gemfile.rails-5.2.x
17-
- gemfiles/Gemfile.rails-5.1.x
18-
- gemfiles/Gemfile.rails-5.0.x
1916
env:
2017
- TEST_TASK=spec
2118
matrix:
2219
allow_failures:
2320
- rvm: ruby-head
2421
include:
2522
- { rvm: "2.6", gemfile: "Gemfile", env: [TEST_TASK=rubocop] }
26-
exclude:
27-
# Rails > 5 not on MRI 2.4+
28-
- { rvm: "2.4", gemfile: "gemfiles/Gemfile.rails-6.0.x" }
2923
addons:
3024
apt:
3125
packages:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ For the full commit log, [see here](https://github.com/influxdata/influxdb-rails
55
## v1.0.1.beta2
66
- Implement [`deliver.action_mailer`](https://guides.rubyonrails.org/active_support_instrumentation.html#deliver-action-mailer) subscriber
77
- Add missing Active Job documentation
8+
- Drop support for Ruby 2.4
9+
- Drop support for Rails < 5.2
810

911
## v1.0.1.beta1, released 2020-08-21
1012
- Drop support for Ruby 2.3

gemfiles/Gemfile.rails-5.0.x

Lines changed: 0 additions & 9 deletions
This file was deleted.

gemfiles/Gemfile.rails-5.1.x

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)