Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.2.4](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.4) (2026-04-15)
- Fixed Security issues.

## [1.2.3](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.3) (2026-03-30)
- Fixed GQL JSON test helper parsing for hash-based fixtures by serializing Ruby hashes to JSON.
- Normalized non-doc fragment list fixtures into doc-root shape to keep nested list fragment specs stable.
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
contentstack_utils (1.2.3)
contentstack_utils (1.2.4)
activesupport (>= 7.0, < 8)
nokogiri (>= 1.13, < 1.19)

Expand All @@ -26,7 +26,7 @@ GEM
benchmark (0.5.0)
bigdecimal (4.1.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
connection_pool (2.5.5)
crack (1.0.1)
bigdecimal
rexml
Expand All @@ -40,9 +40,9 @@ GEM
minitest (5.27.0)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
public_suffix (7.0.5)
public_suffix (6.0.2)
racc (1.8.1)
rake (13.3.1)
rake (13.4.1)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.39)
yard (0.9.41)

PLATFORMS
arm64-darwin-22
Expand Down
2 changes: 1 addition & 1 deletion lib/contentstack_utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ContentstackUtils
VERSION = "1.2.3"
VERSION = "1.2.4"
end
Loading