Skip to content

Commit

Permalink
Update nokogiri requirement from >= 1.8.5, < 1.11.0 to >= 1.8.5, < 1.…
Browse files Browse the repository at this point in the history
…12.0

Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.4...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 18, 2021
1 parent b6c6183 commit 18373cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
scoruby (0.3.4)
nokogiri (>= 1.8.5, < 1.11.0)
nokogiri (>= 1.8.5, < 1.12.0)

GEM
remote: https://rubygems.org/
Expand All @@ -18,13 +18,15 @@ GEM
docile (1.1.5)
json (2.1.0)
method_source (0.8.2)
mini_portile2 (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
mini_portile2 (2.5.1)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
racc (1.5.2)
rake (12.0.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion scoruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pry", "~> 0.10"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "ruby-prof"
spec.add_dependency "nokogiri", ">= 1.8.5", "< 1.11.0"
spec.add_dependency "nokogiri", ">= 1.8.5", "< 1.12.0"
end

0 comments on commit 18373cc

Please sign in to comment.