Skip to content

Commit 10a6fdf

Browse files
committed
Drop official support for MRI 2.2
Just because we can't test this properly anymore, it does not mean it doesn't work with MRI 2.2 anymore...
1 parent d956096 commit 10a6fdf

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ sudo: required
22
dist: trusty
33
language: ruby
44
before_install:
5-
- bin/travis.sh
5+
- gem update --system --no-doc
66
- bin/provision.sh
77
rvm:
8-
- "2.2"
98
- "2.3"
109
- "2.4"
1110
- "2.5"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
For the full commit log, [see here](https://github.com/influxdata/influxdb-ruby/commits/master).
44

5+
## unreleased
6+
7+
- Drop support for Ruby 2.2, since Bundler dropped it and we want to use
8+
Bundler in the development cycle as well.
9+
510
## v0.6.4, releases 2018-12-02
611

712
- Fix newly introduced `InfluxDB.now(precision)` for precisions larger

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ Maintained by [@toddboom](https://github.com/toddboom) and [@dmke](https://githu
3939
4040
## Ruby support
4141

42-
Since v0.4.0, this gem requires Ruby >= 2.2.0. Support for MRI < 2.2 is
43-
still available in the v0.3.x series, see [stable-03 branch](https://github.com/influxdata/influxdb-ruby/tree/stable-03)
42+
Since v0.7.0, this gem requires Ruby >= 2.3.0. MRI 2.2 *should* still work,
43+
however we are unable to test this properly, since our toolchain (Bundler)
44+
has dropped support for it. Support for MRI < 2.2 is still available in the
45+
v0.3.x series, see [stable-03 branch](https://github.com/influxdata/influxdb-ruby/tree/stable-03)
4446
for documentation.
4547

4648
## Installation

bin/travis.sh

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

0 commit comments

Comments
 (0)