Skip to content

Commit fd964f4

Browse files
authored
Merge pull request #221 from cyberark/uptick-version
Uptick version
2 parents 6a2e82d + 9e3b54b commit fd964f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Nothing should go in this section, please add to the latest unreleased version
1010
(and update the corresponding date), or add a new version.
1111

12-
## [5.4.1] - 2023-03-29
12+
## [5.4.1] - 2023-06-14
13+
1314
### Added
1415
- Added authenticate wrapper to access unparsed response object (including headers).
1516
[cyberark/conjur-api-ruby#213](https://github.com/cyberark/conjur-api-ruby/pull/213)

dev/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:3
1+
FROM ruby:3-slim
22

3-
RUN apt-get update && apt-get install -y vim curl
3+
RUN apt-get update && apt-get install -y vim curl git build-essential
44

55
WORKDIR /src/conjur-api
66

0 commit comments

Comments
 (0)