Skip to content

Commit

Permalink
Update Nokogiri
Browse files Browse the repository at this point in the history
Updates nokogiri from 1.15.4 to 1.16.2
  • Loading branch information
lastradev committed Feb 19, 2024
1 parent 70f5915 commit d326164
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
easy_sax (0.1.4)
easy_sax (0.1.5)
activesupport (~> 7.0.8)
nokogiri (~> 1.15.4)
nokogiri (~> 1.16.2)

GEM
remote: https://rubygems.org/
Expand All @@ -14,28 +14,29 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.20.0)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.1)
racc (1.7.3)
rake (13.0.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion easy_sax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "nokogiri", "~> 1.15.4"
spec.add_dependency "nokogiri", "~> 1.16.2"
spec.add_dependency "activesupport", "~> 7.0.8"

spec.add_development_dependency "bundler", "~> 2.3.6"
Expand Down
2 changes: 1 addition & 1 deletion lib/easy_sax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EasySax
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit d326164

Please sign in to comment.