Skip to content

Commit

Permalink
Update appveyor Ruby
Browse files Browse the repository at this point in the history
To work around:

```
Gem::InstallError: nokogiri requires Ruby version < 2.5, >= 2.2.

An error occurred while installing nokogiri (1.8.0), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.8.0'` succeeds before bundling.
```
  • Loading branch information
bf4 committed Sep 17, 2017
1 parent 69b7eab commit 9c63464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ skip_tags: true
environment:
JRUBY_OPTS: "--dev -J-Xmx1024M --debug"
matrix:
- ruby_version: "Ruby21"
- ruby_version: "Ruby21-x64"
- ruby_version: "Ruby24"
- ruby_version: "Ruby24-x64"

cache:
- vendor/bundle
Expand Down

0 comments on commit 9c63464

Please sign in to comment.