Skip to content

Commit

Permalink
Pin nokogiri
Browse files Browse the repository at this point in the history
Dep is rails-specific
  • Loading branch information
that-jill committed Jan 20, 2025
1 parent 67c4871 commit 2185951
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PATH
remote: .
specs:
data_taster (0.4.0)
nokogiri (= 1.17.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -141,7 +142,6 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
mutex_m (0.3.0)
net-imap (0.4.18)
Expand All @@ -154,18 +154,17 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.18.1-aarch64-linux-gnu)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-gnu)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
nokogiri (1.17.2-x86-linux)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
nokogiri (1.17.2-x86_64-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
1 change: 1 addition & 0 deletions packages/data_taster/data_taster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rails", ">= 6.0"
spec.add_dependency "nokogiri", "1.17.2" # can be removed after we remove support for Rails 6.0.1

spec.add_development_dependency "license_finder", "~> 7.0"

Expand Down

0 comments on commit 2185951

Please sign in to comment.