diff --git a/Gemfile.lock b/Gemfile.lock index c0eda7d..934e413 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: contentstack_utils (1.2.4) activesupport (>= 7.0, < 8) - nokogiri (>= 1.13, < 1.19) + nokogiri (~> 1.19, >= 1.19.2) GEM remote: https://rubygems.org/ @@ -26,7 +26,7 @@ GEM benchmark (0.5.0) bigdecimal (4.1.1) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -38,11 +38,25 @@ GEM concurrent-ruby (~> 1.0) logger (1.7.0) minitest (5.27.0) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.2-aarch64-linux-gnu) racc (~> 1.4) - public_suffix (6.0.2) + nokogiri (1.19.2-aarch64-linux-musl) + racc (~> 1.4) + nokogiri (1.19.2-arm-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.2-arm-linux-musl) + racc (~> 1.4) + nokogiri (1.19.2-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.2-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.19.2-x86_64-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.2-x86_64-linux-musl) + racc (~> 1.4) + public_suffix (7.0.5) racc (1.8.1) - rake (13.4.1) + rake (13.4.2) rexml (3.4.4) rspec (3.13.2) rspec-core (~> 3.13.0) @@ -70,11 +84,17 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - yard (0.9.41) + yard (0.9.42) PLATFORMS - arm64-darwin-22 - arm64-darwin-25 + aarch64-linux-gnu + aarch64-linux-musl + arm-linux-gnu + arm-linux-musl + arm64-darwin + x86_64-darwin + x86_64-linux-gnu + x86_64-linux-musl DEPENDENCIES contentstack_utils! @@ -85,4 +105,4 @@ DEPENDENCIES yard (~> 0.9.38) BUNDLED WITH - 2.3.26 + 2.5.22 diff --git a/contentstack_utils.gemspec b/contentstack_utils.gemspec index c8cb639..4b379a1 100644 --- a/contentstack_utils.gemspec +++ b/contentstack_utils.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency 'activesupport', '>= 7.0', '< 8' - s.add_dependency 'nokogiri', '>= 1.13', '< 1.19' + s.add_dependency 'nokogiri', '~> 1.19', '>= 1.19.2' s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'rspec', '~> 3.13'