Skip to content

Commit

Permalink
Nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maas committed Mar 20, 2024
1 parent a4fb616 commit 82562f3
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 64 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
appraise "rails-5-2" do
gem "rails", "~> 5.2.8.1"
gem "nokogiri", "1.12.5"
end

appraise "rails-6" do
gem "rails", "~> 6.0.6.1"
gem "nokogiri", "1.12.5"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1.7.7"
gem "nokogiri", "1.12.5"
end

appraise "rails-7" do
gem "rails", "~> 7.0.8.1"
gem "nokogiri", "1.15.6"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.3.2"
gem "nokogiri", "1.15.6"
end
1 change: 1 addition & 0 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 5.2.8.1"
gem "nokogiri", "1.12.5"

group :test do
gem "minitest-ci", require: false
Expand Down
31 changes: 12 additions & 19 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,17 @@ GEM
docile (1.4.0)
dotenv (3.1.0)
erubi (1.12.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
globalid (1.1.0)
activesupport (>= 5.0)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hashdiff (1.1.0)
httpi (4.0.1)
httpi (3.0.2)
base64
mutex_m
nkf
rack (>= 2.0, < 3.1)
rack (< 3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
Expand All @@ -104,14 +100,13 @@ GEM
marcel (1.0.4)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
Expand All @@ -123,9 +118,8 @@ GEM
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand All @@ -151,9 +145,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
Expand Down Expand Up @@ -189,12 +182,11 @@ GEM
timeout (0.4.1)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uri (0.13.0)
vcr (6.2.0)
wasabi (5.0.2)
wasabi (3.8.0)
addressable
faraday (~> 2.8)
nokogiri (>= 1.13.9)
httpi (~> 3.0)
nokogiri (>= 1.4.2)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -217,6 +209,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
rails (~> 5.2.8.1)
rake
simplecov (< 0.18)
Expand All @@ -225,4 +218,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.12
2.3.27
1 change: 1 addition & 0 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 6.0.6.1"
gem "nokogiri", "1.12.5"

group :test do
gem "minitest-ci", require: false
Expand Down
31 changes: 12 additions & 19 deletions gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,17 @@ GEM
docile (1.4.0)
dotenv (3.1.0)
erubi (1.12.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
globalid (1.1.0)
activesupport (>= 5.0)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hashdiff (1.1.0)
httpi (4.0.1)
httpi (3.0.2)
base64
mutex_m
nkf
rack (>= 2.0, < 3.1)
rack (< 3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
Expand All @@ -117,14 +113,13 @@ GEM
marcel (1.0.4)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
Expand All @@ -136,9 +131,8 @@ GEM
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand Down Expand Up @@ -166,9 +160,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.0.6.1)
actionpack (= 6.0.6.1)
activesupport (= 6.0.6.1)
Expand Down Expand Up @@ -204,12 +197,11 @@ GEM
timeout (0.4.1)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uri (0.13.0)
vcr (6.2.0)
wasabi (5.0.2)
wasabi (3.8.0)
addressable
faraday (~> 2.8)
nokogiri (>= 1.13.9)
httpi (~> 3.0)
nokogiri (>= 1.4.2)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -233,6 +225,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
rails (~> 6.0.6.1)
rake
simplecov (< 0.18)
Expand All @@ -241,4 +234,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.12
2.3.27
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 6.1.7.7"
gem "nokogiri", "1.12.5"

group :test do
gem "minitest-ci", require: false
Expand Down
31 changes: 12 additions & 19 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,17 @@ GEM
docile (1.4.0)
dotenv (3.1.0)
erubi (1.12.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
globalid (1.2.1)
activesupport (>= 6.1)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hashdiff (1.1.0)
httpi (4.0.1)
httpi (3.0.2)
base64
mutex_m
nkf
rack (>= 2.0, < 3.1)
rack (< 3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
Expand All @@ -121,14 +117,13 @@ GEM
marcel (1.0.4)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
Expand All @@ -140,9 +135,8 @@ GEM
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand Down Expand Up @@ -170,9 +164,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.7)
actionpack (= 6.1.7.7)
activesupport (= 6.1.7.7)
Expand Down Expand Up @@ -207,12 +200,11 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
vcr (6.2.0)
wasabi (5.0.2)
wasabi (3.8.0)
addressable
faraday (~> 2.8)
nokogiri (>= 1.13.9)
httpi (~> 3.0)
nokogiri (>= 1.4.2)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -236,6 +228,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
rails (~> 6.1.7.7)
rake
simplecov (< 0.18)
Expand All @@ -244,4 +237,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.12
2.3.27
1 change: 1 addition & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.8.1"
gem "nokogiri", "1.15.6"

group :test do
gem "minitest-ci", require: false
Expand Down
7 changes: 4 additions & 3 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ GEM
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand Down Expand Up @@ -235,6 +235,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-ci
mocha
nokogiri (= 1.15.6)
rails (~> 7.0.8.1)
rake
simplecov (< 0.18)
Expand All @@ -243,4 +244,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.12
2.3.27
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1.3.2"
gem "nokogiri", "1.15.6"

group :test do
gem "minitest-ci", require: false
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ GEM
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand Down Expand Up @@ -263,6 +261,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-ci
mocha
nokogiri (= 1.15.6)
rails (~> 7.1.3.2)
rake
simplecov (< 0.18)
Expand All @@ -271,4 +270,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.12
2.3.27

0 comments on commit 82562f3

Please sign in to comment.