File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ source "https://rubygems.org"
44# Transitive via contentstack_utils; pin until upstream requires >= 1.19.1 (SNYK-RUBY-NOKOGIRI-15315717).
55gem "nokogiri" , ">= 1.19.1"
66
7+ # Transitive via activesupport; pin until upstream requires >= 2.19.9 (SNYK-RUBY-JSON-17739957).
8+ gem "json" , ">= 2.19.9"
9+
710# Ruby 4.0.x on recent macOS often segfaults in OpenSSL during `bundle` (not fixable in-app). Use Ruby 3.3+ (see .ruby-version).
811
912gemspec
Original file line number Diff line number Diff line change 3939 hashdiff (1.2.1 )
4040 i18n (1.14.8 )
4141 concurrent-ruby (~> 1.0 )
42- json (2.19.8 )
42+ json (2.20.0 )
4343 logger (1.7.0 )
4444 minitest (6.0.6 )
4545 drb (~> 2.0 )
@@ -105,6 +105,7 @@ PLATFORMS
105105
106106DEPENDENCIES
107107 contentstack !
108+ json (>= 2.19.9 )
108109 nokogiri (>= 1.19.1 )
109110 rspec (~> 3.13.0 )
110111 simplecov (~> 0.22.0 )
@@ -126,7 +127,7 @@ CHECKSUMS
126127 drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
127128 hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
128129 i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
129- json (2.19.8 ) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa
130+ json (2.20.0 ) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
130131 logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
131132 minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
132133 nokogiri (1.19.3-aarch64-linux-gnu) sha256=46b89e5d7b9e844c2ee360794240c6ea2a4e6fa0c5892a4ed487db621224b639
You can’t perform that action at this time.
0 commit comments