Skip to content

Commit

Permalink
chore: add nokogiri since its the common package used required by aws
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRiedler committed Dec 18, 2024
1 parent cb3e0a3 commit f82a1a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
activesupport (>= 4)
aws-sdk-sns (~> 1.1)
aws-sdk-sqs (~> 1.3)
nokogiri (~> 1.17)
resource-struct (~> 0.4)
smarter_csv (~> 1)

Expand Down Expand Up @@ -59,7 +60,6 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
git (2.3.3)
Expand All @@ -74,8 +74,6 @@ GEM
language_server-protocol (3.17.0.3)
libdatadog (14.3.1.1.0)
libdatadog (14.3.1.1.0-x86_64-linux)
libddwaf (1.18.0.0.0)
ffi (~> 1.0)
libddwaf (1.18.0.0.0-arm64-darwin)
ffi (~> 1.0)
libddwaf (1.18.0.0.0-x86_64-linux)
Expand All @@ -84,6 +82,10 @@ GEM
logger (1.6.3)
minitest (5.25.4)
msgpack (1.7.5)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parse_a_changelog (1.3.3)
treetop (~> 1.6)
Expand Down Expand Up @@ -189,7 +191,6 @@ GEM

PLATFORMS
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 1 addition & 0 deletions pheme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'aws-sdk-sqs', '~> 1.3'
s.add_dependency 'resource-struct', '~> 0.4'
s.add_dependency 'smarter_csv', '~> 1'
s.add_dependency 'nokogiri', '~> 1.17'
end

0 comments on commit f82a1a2

Please sign in to comment.