Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit bf4a565

Browse files
committed
Upgrade ruby from 2.7 to 3.1 in bin/parse-changelog.sh
1 parent ef0f28e commit bf4a565

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
### Security
10+
## [6.2.9] - 2023-04-25
11+
- Upgrade ruby from 2.7 to 3.1 in bin/parse-changelog.sh
12+
[cyberark/cyberark-conjur-cli-docker-based#358](https://github.com/cyberark/cyberark-conjur-cli-docker-based/pull/358)
13+
914
## [6.2.8] - 2022-08-16
1015

1116
### Fixed

bin/parse-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd "$(dirname "$0")"
55
docker run --rm \
66
-v "$PWD/..:/work" \
77
-w "/work" \
8-
ruby:2.7 bash -ec "
8+
ruby:3.1 bash -ec "
99
gem install -N parse_a_changelog
1010
parse ./CHANGELOG.md
1111
"

0 commit comments

Comments
 (0)