We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cb1e2 commit 99cdec3Copy full SHA for 99cdec3
.travis.yml
@@ -9,6 +9,7 @@ rvm:
9
- 2.3.0
10
- 2.4.0
11
- 2.5.0
12
+ - 2.6.0
13
- ree
14
- jruby-1.7.27
15
- jruby-9.1.17.0
@@ -40,5 +41,7 @@ matrix:
40
41
gemfile: gemfiles/nokogiri-1.5.gemfile
42
- rvm: 2.5.0
43
44
+ - rvm: 2.6.0
45
+ gemfile: gemfiles/nokogiri-1.5.gemfile
46
env:
47
- JRUBY_OPTS="--debug"
README.md
@@ -106,6 +106,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
106
* 2.3.x
107
* 2.4.x
108
* 2.5.x
109
+* 2.6.x
110
* JRuby 1.7.19
111
* JRuby 9.0.0.0
112
* JRuby 9.2.0.0
0 commit comments