Skip to content

Commit

Permalink
Revert "Pin nokogiri"
Browse files Browse the repository at this point in the history
This reverts commit b313165.
  • Loading branch information
that-jill committed Jan 20, 2025
1 parent b313165 commit 67c4871
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 17 deletions.
5 changes: 0 additions & 5 deletions packages/data_taster/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

appraise "rails-6-0" do
gem "rails", "6.0.6.1"
# Pinned because this relies on specific versions of rails
# we can drop this when we drop support for 6.0.6.1
gem "nokogiri", "1.17.2"
end

appraise "rails-6-1" do
gem "rails", "6.1.7.7"
gem "nokogiri", "1.18.1"
end

appraise "rails-7-0" do
gem "rails", "7.0.8.1"
gem "nokogiri", "1.18.1"
end
1 change: 0 additions & 1 deletion packages/data_taster/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-p
gem "securerandom", "< 0.4.0"
gem "zeitwerk", "< 2.7.0"
gem "rails", "6.0.6.1"
gem "nokogiri", "1.17.2"

gemspec path: "../"
1 change: 0 additions & 1 deletion packages/data_taster/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ DEPENDENCIES
data_taster!
license_finder (~> 7.0)
net-imap (< 0.5.0)
nokogiri (= 1.17.2)
parser (>= 2.5, != 2.5.1.1)
rails (= 6.0.6.1)
rainbow (= 2.2.2)
Expand Down
1 change: 0 additions & 1 deletion packages/data_taster/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-p
gem "securerandom", "< 0.4.0"
gem "zeitwerk", "< 2.7.0"
gem "rails", "6.1.7.7"
gem "nokogiri", "1.18.1"

gemspec path: "../"
7 changes: 3 additions & 4 deletions packages/data_taster/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -257,7 +257,6 @@ DEPENDENCIES
data_taster!
license_finder (~> 7.0)
net-imap (< 0.5.0)
nokogiri (= 1.18.1)
parser (>= 2.5, != 2.5.1.1)
rails (= 6.1.7.7)
rainbow (= 2.2.2)
Expand Down
1 change: 0 additions & 1 deletion packages/data_taster/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-p
gem "securerandom", "< 0.4.0"
gem "zeitwerk", "< 2.7.0"
gem "rails", "7.0.8.1"
gem "nokogiri", "1.18.1"

gemspec path: "../"
7 changes: 3 additions & 4 deletions packages/data_taster/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -256,7 +256,6 @@ DEPENDENCIES
data_taster!
license_finder (~> 7.0)
net-imap (< 0.5.0)
nokogiri (= 1.18.1)
parser (>= 2.5, != 2.5.1.1)
rails (= 7.0.8.1)
rainbow (= 2.2.2)
Expand Down

0 comments on commit 67c4871

Please sign in to comment.