Skip to content

Commit

Permalink
resolves skoji#93 update Nokogiri to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Feb 3, 2020
1 parent 1005f8a commit 344e09a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -6,11 +6,6 @@ jobs:
matrix:
ruby: [2.4, 2.5, 2.6, 2.7, jruby]
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# TODO: https://github.com/sparklemotion/nokogiri/issues/1961
# exclude windows with ruby 2.7 ; nokogiri is not supported for the present
- ruby: 2.7
platform: windows-latest
runs-on: ${{ matrix.platform }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
2 changes: 1 addition & 1 deletion gepub.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency "nokogiri", ">= 1.8.2", "< 1.11"
s.add_runtime_dependency "nokogiri", ">= 1.8.2", "< 1.12"
s.add_runtime_dependency "rubyzip", "> 1.1.1", "< 2.2"
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit 344e09a

Please sign in to comment.