Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock nokogiri to retain 2.7 support #250

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/audit_tracker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gemspec

gem "byebug"
gem "license_finder", ">= 7.0"
gem "nokogiri", "< 1.16"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
Expand Down
7 changes: 4 additions & 3 deletions packages/audit_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ GEM
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.22.2)
nokogiri (1.16.2)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -182,6 +182,7 @@ DEPENDENCIES
byebug
combustion (~> 1.3)
license_finder (>= 7.0)
nokogiri (< 1.16)
rake (>= 13.0)
rspec (>= 3.0)
rspec-rails (~> 5.1.2)
Expand Down
1 change: 1 addition & 0 deletions packages/audit_tracker/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "6.0.6.1"

gemspec path: "../"
10 changes: 8 additions & 2 deletions packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
net-imap (0.4.10)
date
Expand All @@ -121,9 +122,12 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -245,6 +249,7 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -254,6 +259,7 @@ DEPENDENCIES
byebug
combustion (~> 1.3)
license_finder (>= 7.0)
nokogiri (< 1.16)
rails (= 6.0.6.1)
rake (>= 13.0)
rspec (>= 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/audit_tracker/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "6.1.7.4"

gemspec path: "../"
10 changes: 8 additions & 2 deletions packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
net-imap (0.4.10)
date
Expand All @@ -125,9 +126,12 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -248,6 +252,7 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -257,6 +262,7 @@ DEPENDENCIES
byebug
combustion (~> 1.3)
license_finder (>= 7.0)
nokogiri (< 1.16)
rails (= 6.1.7.4)
rake (>= 13.0)
rspec (>= 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/audit_tracker/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "7.0.6"

gemspec path: "../"
10 changes: 8 additions & 2 deletions packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
net-imap (0.4.10)
date
Expand All @@ -131,9 +132,12 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -247,6 +251,7 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -256,6 +261,7 @@ DEPENDENCIES
byebug
combustion (~> 1.3)
license_finder (>= 7.0)
nokogiri (< 1.16)
rails (= 7.0.6)
rake (>= 13.0)
rspec (>= 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/edgestitch/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ source "https://rubygems.org"

gemspec

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
5 changes: 3 additions & 2 deletions packages/edgestitch/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -255,6 +255,7 @@ DEPENDENCIES
edgestitch!
license_finder (>= 7.0)
mysql2 (= 0.5.5)
nokogiri (< 1.16)
rails (>= 6.0.6.1, < 7.1)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/edgestitch/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "6.0.6.1"

gemspec path: "../"
5 changes: 2 additions & 3 deletions packages/edgestitch/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -253,6 +251,7 @@ DEPENDENCIES
edgestitch!
license_finder (>= 7.0)
mysql2 (= 0.5.5)
nokogiri (< 1.16)
rails (= 6.0.6.1)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/edgestitch/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 "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "6.1.7.4"

gemspec path: "../"
5 changes: 2 additions & 3 deletions packages/edgestitch/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -256,6 +254,7 @@ DEPENDENCIES
edgestitch!
license_finder (>= 7.0)
mysql2 (= 0.5.5)
nokogiri (< 1.16)
rails (= 6.1.7.4)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/edgestitch/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rails", "7.0.6"

gemspec path: "../"
5 changes: 2 additions & 3 deletions packages/edgestitch/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -255,6 +253,7 @@ DEPENDENCIES
edgestitch!
license_finder (>= 7.0)
mysql2 (= 0.5.5)
nokogiri (< 1.16)
rails (= 7.0.6)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
2 changes: 2 additions & 0 deletions packages/rubocop-powerhome/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source "https://rubygems.org"

# Specify your gem's dependencies in rubocop-powerhome.gemspec
gemspec

gem "nokogiri", "< 1.16"
10 changes: 8 additions & 2 deletions packages/rubocop-powerhome/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
net-imap (0.4.10)
date
Expand All @@ -123,9 +124,12 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -234,11 +238,13 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
license_finder (~> 7.0)
nokogiri (< 1.16)
pry (>= 0.14.2)
pry-byebug (= 3.10.1)
rails (>= 6.0.6.1, < 7.1)
Expand Down
1 change: 1 addition & 0 deletions packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rails", "6.0.6.1"

gemspec path: "../"
10 changes: 8 additions & 2 deletions packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
net-imap (0.4.10)
date
Expand All @@ -113,9 +114,12 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -232,11 +236,13 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
license_finder (~> 7.0)
nokogiri (< 1.16)
pry (>= 0.14.2)
pry-byebug (= 3.10.1)
rails (= 6.0.6.1)
Expand Down
1 change: 1 addition & 0 deletions packages/rubocop-powerhome/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rails", "6.1.7.4"

gemspec path: "../"
Loading
Loading