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.
2 parents 703875d + dc2338a commit 5f9dcd9Copy full SHA for 5f9dcd9
2 files changed
.travis.yml
@@ -9,6 +9,7 @@ rvm:
9
- 2.4.6
10
- 2.5.5
11
- 2.6.3
12
+ - 2.7.0
13
- ree
14
- jruby-1.7.27
15
- jruby-9.1.17.0
@@ -42,5 +43,7 @@ matrix:
42
43
gemfile: gemfiles/nokogiri-1.5.gemfile
44
- rvm: 2.6.3
45
46
+ - rvm: 2.7.0
47
+ gemfile: gemfiles/nokogiri-1.5.gemfile
48
env:
49
- JRUBY_OPTS="--debug"
README.md
@@ -115,6 +115,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
115
* 2.4.x
116
* 2.5.x
117
* 2.6.x
118
+* 2.7.x
119
* JRuby 1.7.19
120
* JRuby 9.0.0.0
121
* JRuby 9.2.0.0
0 commit comments