Skip to content

Commit

Permalink
Bump nokogiri-html5-inference to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 5, 2024
1 parent b62269d commit f4ae1ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gemspec

gem "nokogiri-html5-inference", github: "flavorjones/nokogiri-html5-inference", branch: "flavorjones-always-return-nodeset"
13 changes: 3 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/flavorjones/nokogiri-html5-inference
revision: 7426a3601d30bf6cb9794d6b5c2e767151a0fa6f
branch: flavorjones-always-return-nodeset
specs:
nokogiri-html5-inference (0.2.0)
nokogiri (~> 1.14)

PATH
remote: .
specs:
Expand All @@ -16,7 +8,7 @@ PATH
activesupport (>= 5.2, < 8)
cable_ready (~> 5.0)
nokogiri (~> 1.0)
nokogiri-html5-inference (~> 0.2)
nokogiri-html5-inference (~> 0.3)
rack (>= 2, < 4)
railties (>= 5.2, < 8)
redis (>= 4.0, < 6.0)
Expand Down Expand Up @@ -136,6 +128,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
nokogiri-html5-inference (0.3.0)
nokogiri (~> 1.14)
parallel (1.22.1)
parser (3.2.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -220,7 +214,6 @@ DEPENDENCIES
bundler (~> 2.0)
magic_frozen_string_literal (~> 1.2)
mocha (~> 1.13)
nokogiri-html5-inference!
rails (>= 5.2, < 8)
rake (~> 13.0)
standard (~> 1.24)
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "nokogiri", "~> 1.0"
gem.add_dependency "rack", ">= 2", "< 4"
gem.add_dependency "redis", ">= 4.0", "< 6.0"
gem.add_dependency "nokogiri-html5-inference", "~> 0.2"
gem.add_dependency "nokogiri-html5-inference", "~> 0.3"

gem.add_development_dependency "bundler", "~> 2.0"
gem.add_development_dependency "magic_frozen_string_literal", "~> 1.2"
Expand Down

0 comments on commit f4ae1ba

Please sign in to comment.