File tree Expand file tree Collapse file tree 4 files changed +10
-20
lines changed Expand file tree Collapse file tree 4 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ sudo: required
22dist : trusty
33language : ruby
44before_install :
5- - bin/travis.sh
5+ - gem update --system --no-doc
66 - bin/provision.sh
77rvm :
8- - " 2.2"
98 - " 2.3"
109 - " 2.4"
1110 - " 2.5"
Original file line number Diff line number Diff line change 22
33For 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
Original file line number Diff line number Diff 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 )
4446for documentation.
4547
4648## Installation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments