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

Commit

Permalink
Fixed issue with broken xdg 2.2.4 gem
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sgnn7 committed May 22, 2019
1 parent 5771559 commit abe7dbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.2.1

* Pin to xdg gem v2.2.3 due to a [crashing CLI](https://github.com/cyberark/conjur-cli/issues/243).

# 6.2.0

* Add `ldap-sync` subcommand.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
6.2.1
2 changes: 1 addition & 1 deletion conjur-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'highline', '~> 1.7'
gem.add_dependency 'netrc', '~> 0.10'
gem.add_dependency 'deep_merge', '~> 1.0'
gem.add_dependency 'xdg', '~> 2.2'
gem.add_dependency 'xdg', '= 2.2.3'
gem.add_dependency 'table_print', '~> 1.5'

gem.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit abe7dbc

Please sign in to comment.