Skip to content

Commit 28a75f4

Browse files
Merge pull request #60 from contentstack/fix/snyk-fix-ruby
Fixed security issues
2 parents f3e718d + 676276e commit 28a75f4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## CHANGELOG
22

3+
## Version 0.8.4
4+
### Date: 15th-April-2026
5+
### Security and Compatibility
6+
- Fixed reported security vulnerability.
7+
38
## Version 0.8.3
49
### Date: 27th-March-2026
510
### Security and Compatibility

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
contentstack (0.8.3)
4+
contentstack (0.8.4)
55
activesupport (>= 3.2)
66
contentstack_utils (~> 1.2)
77

@@ -41,7 +41,7 @@ GEM
4141
concurrent-ruby (~> 1.0)
4242
json (2.19.3)
4343
logger (1.7.0)
44-
minitest (6.0.3)
44+
minitest (6.0.4)
4545
drb (~> 2.0)
4646
prism (~> 1.5)
4747
nokogiri (1.19.2-arm64-darwin)
@@ -77,7 +77,7 @@ GEM
7777
addressable (>= 2.8.0)
7878
crack (>= 0.3.2)
7979
hashdiff (>= 0.4.0, < 2.0.0)
80-
yard (0.9.39)
80+
yard (0.9.41)
8181

8282
PLATFORMS
8383
arm64-darwin-22

lib/contentstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Contentstack
2-
VERSION = "0.8.3"
2+
VERSION = "0.8.4"
33
end

0 commit comments

Comments
 (0)