File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,6 @@ branches:
1919
2020matrix :
2121 include :
22- - rvm : 2.2.10
23- jdk : oraclejdk8
24- env : RAILS_VERSIONS=5.0
25-
26- - rvm : 2.3.8
27- jdk : oraclejdk8
28- env : RAILS_VERSIONS=5.0
29-
3022 - rvm : 2.4.9
3123 jdk : oraclejdk8
3224 env : RAILS_VERSIONS=5.0
@@ -37,7 +29,7 @@ matrix:
3729
3830 - rvm : 2.6.5
3931 jdk : oraclejdk8
40- env : RAILS_VERSIONS=4.0, 5.0,6.0
32+ env : RAILS_VERSIONS=5.0,6.0
4133
4234 - rvm : 2.7.0
4335 jdk : oraclejdk8
6557
6658before_install :
6759 - source ./.ci/travis_before_script.sh
68- - if [ $TRAVIS_RUBY_VERSION != "2.2.10" ]; then
69- gem update --system;
70- fi
60+ - gem update --system;
7161 - gem update bundler
7262 - gem --version
7363 - bundle version
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Elasticsearch client and Ruby API is provided by the
1919
2020## Compatibility
2121
22- The libraries are compatible with Ruby 1.9.3 and higher.
22+ The libraries are compatible with Ruby 2.4 and higher.
2323
2424The version numbers follow the Elasticsearch major versions. The ` master ` branch is compatible with
2525the Elasticsearch ` master ` branch, therefore, with the next major version.
You can’t perform that action at this time.
0 commit comments