Skip to content

Commit 2c906d0

Browse files
committed
Resolves broken GEM dependency gettext, gettext-setup and locale
1 parent 13ae96f commit 2c906d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
### Added
9+
### Fixed
1010
- Fix for using JDK 11.0.30 (and above). This allows us to use IP addresses in our Certs. See JDK-8341496
11+
- Resolves broken GEM dependency gettext, gettext-setup and locale
12+
13+
### Added
1114
- Added new AEM profile: aem65_sp22
1215
- Added new AEM profile: aem65_sp23
1316
- Added new AEM profile: aem65_sp24

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ source 'https://rubygems.org'
44

55
gem 'concurrent-ruby', '1.1.9', require: false
66
gem 'facter', '2.5.7', require: false
7+
gem 'gettext', '3.5.1', require: false
8+
gem 'gettext-setup', '0.31', require: false
79
gem 'hiera', '3.9.0', require: false
810
gem 'inspec', '2.3.10', require: false
11+
gem 'locale', '2.1.4', require: false
912
gem 'metadata-json-lint', '3.0.2', require: false
1013
gem 'puppet', '7.20.0', require: false
1114
gem 'puppetlabs_spec_helper', '4.0.1', require: false

0 commit comments

Comments
 (0)