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

Commit abe7dbc

Browse files
committed
Fixed issue with broken xdg 2.2.4 gem
xdg bumped their gem version and broke the CLI in the process. This change pins us to the last known working version (2.2.3) until we find a better path forward and bumps the version to v6.2.1 Bug: #243
1 parent 5771559 commit abe7dbc

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.2.1
2+
3+
* Pin to xdg gem v2.2.3 due to a [crashing CLI](https://github.com/cyberark/conjur-cli/issues/243).
4+
15
# 6.2.0
26

37
* Add `ldap-sync` subcommand.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.2.1

conjur-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
2424
gem.add_dependency 'highline', '~> 1.7'
2525
gem.add_dependency 'netrc', '~> 0.10'
2626
gem.add_dependency 'deep_merge', '~> 1.0'
27-
gem.add_dependency 'xdg', '~> 2.2'
27+
gem.add_dependency 'xdg', '= 2.2.3'
2828
gem.add_dependency 'table_print', '~> 1.5'
2929

3030
gem.add_development_dependency 'rspec', '~> 3.0'

0 commit comments

Comments
 (0)