Skip to content

Commit

Permalink
Merge d33989d into c3036c9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 30, 2019
2 parents c3036c9 + d33989d commit 809f12e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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)
nokogiri (>= 1.8.5, < 1.11.0)

GEM
remote: https://rubygems.org/
Expand All @@ -18,9 +18,9 @@ GEM
docile (1.1.5)
json (2.1.0)
method_source (0.8.2)
mini_portile2 (2.3.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
mini_portile2 (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
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"
spec.add_dependency "nokogiri", ">= 1.8.5", "< 1.11.0"
end

0 comments on commit 809f12e

Please sign in to comment.