Skip to content

Commit 7785e88

Browse files
committed
[Appyveor] Avoid Ruby 2.2 till Nokogiri is installable.
1 parent 372d9cd commit 7785e88

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22
gemspec
33

44
gem 'bcrypt'
5-
gem 'nokogiri'
65

76
if RbConfig::CONFIG["host_os"] =~ /darwin/
87
gem 'terminal-notifier-guard'

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ environment:
2828
matrix:
2929
# - ruby_version: "193"
3030
# - ruby_version: "200-x64"
31-
# - ruby_version: "21-x64"
32-
- ruby_version: "22-x64"
31+
- ruby_version: "21-x64"

0 commit comments

Comments
 (0)