Skip to content

Commit

Permalink
Pin nokogiri with appraises (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill authored Jan 5, 2024
1 parent 6f05adc commit 913e3ea
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
data_taster (0.2.0)
data_taster (0.2.1)
rails (>= 6.0)

GEM
Expand Down
1 change: 1 addition & 0 deletions packages/data_taster/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 "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.0.6.1"

Expand Down
4 changes: 3 additions & 1 deletion packages/data_taster/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PATH
remote: ..
specs:
data_taster (0.2.0)
rails (>= 6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -117,7 +118,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -244,6 +245,7 @@ DEPENDENCIES
bundler (~> 2.1)
data_taster!
license_finder (~> 7.0)
nokogiri (< 1.16)
parser (>= 2.5, != 2.5.1.1)
rails (= 6.0.6.1)
rainbow (= 2.2.2)
Expand Down
1 change: 1 addition & 0 deletions packages/data_taster/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 "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.1.7.4"

Expand Down
4 changes: 3 additions & 1 deletion packages/data_taster/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PATH
remote: ..
specs:
data_taster (0.2.0)
rails (>= 6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -121,7 +122,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -247,6 +248,7 @@ DEPENDENCIES
bundler (~> 2.1)
data_taster!
license_finder (~> 7.0)
nokogiri (< 1.16)
parser (>= 2.5, != 2.5.1.1)
rails (= 6.1.7.4)
rainbow (= 2.2.2)
Expand Down
1 change: 1 addition & 0 deletions packages/data_taster/gemfiles/rails_7_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 "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "7.0.6"

Expand Down
4 changes: 3 additions & 1 deletion packages/data_taster/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PATH
remote: ..
specs:
data_taster (0.2.0)
rails (>= 6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -127,7 +128,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -246,6 +247,7 @@ DEPENDENCIES
bundler (~> 2.1)
data_taster!
license_finder (~> 7.0)
nokogiri (< 1.16)
parser (>= 2.5, != 2.5.1.1)
rails (= 7.0.6)
rainbow (= 2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/lib/data_taster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DataTaster
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 913e3ea

Please sign in to comment.