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:
19
19
20
20
matrix :
21
21
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
-
30
22
- rvm : 2.4.9
31
23
jdk : oraclejdk8
32
24
env : RAILS_VERSIONS=5.0
@@ -37,7 +29,7 @@ matrix:
37
29
38
30
- rvm : 2.6.5
39
31
jdk : oraclejdk8
40
- env : RAILS_VERSIONS=4.0, 5.0,6.0
32
+ env : RAILS_VERSIONS=5.0,6.0
41
33
42
34
- rvm : 2.7.0
43
35
jdk : oraclejdk8
65
57
66
58
before_install :
67
59
- 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;
71
61
- gem update bundler
72
62
- gem --version
73
63
- 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
19
19
20
20
## Compatibility
21
21
22
- The libraries are compatible with Ruby 1.9.3 and higher.
22
+ The libraries are compatible with Ruby 2.4 and higher.
23
23
24
24
The version numbers follow the Elasticsearch major versions. The ` master ` branch is compatible with
25
25
the Elasticsearch ` master ` branch, therefore, with the next major version.
You can’t perform that action at this time.
0 commit comments