File tree Expand file tree Collapse file tree 2 files changed +30
-10
lines changed
Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 33 specs:
44 contentstack_utils (1.2.4 )
55 activesupport (>= 7.0 , < 8 )
6- nokogiri (>= 1.13 , < 1.19 )
6+ nokogiri (~> 1.19 , >= 1.19.2 )
77
88GEM
99 remote: https://rubygems.org/
2626 benchmark (0.5.0 )
2727 bigdecimal (4.1.1 )
2828 concurrent-ruby (1.3.6 )
29- connection_pool (2.5.5 )
29+ connection_pool (3.0.2 )
3030 crack (1.0.1 )
3131 bigdecimal
3232 rexml
3838 concurrent-ruby (~> 1.0 )
3939 logger (1.7.0 )
4040 minitest (5.27.0 )
41- nokogiri (1.18.10-arm64-darwin )
41+ nokogiri (1.19.2-aarch64-linux-gnu )
4242 racc (~> 1.4 )
43- public_suffix (6.0.2 )
43+ nokogiri (1.19.2-aarch64-linux-musl )
44+ racc (~> 1.4 )
45+ nokogiri (1.19.2-arm-linux-gnu )
46+ racc (~> 1.4 )
47+ nokogiri (1.19.2-arm-linux-musl )
48+ racc (~> 1.4 )
49+ nokogiri (1.19.2-arm64-darwin )
50+ racc (~> 1.4 )
51+ nokogiri (1.19.2-x86_64-darwin )
52+ racc (~> 1.4 )
53+ nokogiri (1.19.2-x86_64-linux-gnu )
54+ racc (~> 1.4 )
55+ nokogiri (1.19.2-x86_64-linux-musl )
56+ racc (~> 1.4 )
57+ public_suffix (7.0.5 )
4458 racc (1.8.1 )
45- rake (13.4.1 )
59+ rake (13.4.2 )
4660 rexml (3.4.4 )
4761 rspec (3.13.2 )
4862 rspec-core (~> 3.13.0 )
7084 addressable (>= 2.8.0 )
7185 crack (>= 0.3.2 )
7286 hashdiff (>= 0.4.0 , < 2.0.0 )
73- yard (0.9.41 )
87+ yard (0.9.42 )
7488
7589PLATFORMS
76- arm64-darwin-22
77- arm64-darwin-25
90+ aarch64-linux-gnu
91+ aarch64-linux-musl
92+ arm-linux-gnu
93+ arm-linux-musl
94+ arm64-darwin
95+ x86_64-darwin
96+ x86_64-linux-gnu
97+ x86_64-linux-musl
7898
7999DEPENDENCIES
80100 contentstack_utils !
@@ -85,4 +105,4 @@ DEPENDENCIES
85105 yard (~> 0.9.38 )
86106
87107BUNDLED WITH
88- 2.3.26
108+ 2.5.22
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222 s . require_paths = [ "lib" ]
2323
2424 s . add_dependency 'activesupport' , '>= 7.0' , '< 8'
25- s . add_dependency 'nokogiri' , '>= 1.13 ' , '< 1.19'
25+ s . add_dependency 'nokogiri' , '~> 1.19 ' , '>= 1.19.2 '
2626
2727 s . add_development_dependency 'rake' , '~> 13.0'
2828 s . add_development_dependency 'rspec' , '~> 3.13'
You can’t perform that action at this time.
0 commit comments