Skip to content

Commit

Permalink
Fix Ruby builds
Browse files Browse the repository at this point in the history
The --no-ri flag wasn't recognized on Ruby 2.3 since later versions of
RubyGems are available for that version (RubyGems 3.0.0+).

Remove Ruby 2.2 build (since it is EOL as of June 2018) while we're
here.
  • Loading branch information
sds committed Mar 17, 2019
1 parent 2551474 commit 15f4ef4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ clone_depth: 1

environment:
matrix:
- RUBY_FOLDER_VERSION: "22"
- RUBY_FOLDER_VERSION: "22-x64"
- RUBY_FOLDER_VERSION: "23"
- RUBY_FOLDER_VERSION: "23-x64"
- RUBY_FOLDER_VERSION: "24"
Expand Down Expand Up @@ -39,7 +37,7 @@ install:
- where ruby

# Install latest version of RubyGems
- gem update --system --no-ri --no-rdoc
- gem update --system --no-document
- gem --version
- where gem

Expand Down

0 comments on commit 15f4ef4

Please sign in to comment.