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

Commit

Permalink
Merge pull request #330 from cyberark/upgrade-highline
Browse files Browse the repository at this point in the history
Upgrade highline gem
  • Loading branch information
jtuttle authored Sep 29, 2021
2 parents 037a8f7 + 5b29fb4 commit 927ed81
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
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
- Upgraded `highline` dependency to fix deprecation warning.
[cyberark/conjur-cli#330](https://github.com/cyberark/conjur-cli/pull/330)

## [6.2.4] - 2021-07-01
### Changed
- Upgraded `conjur-api` dependency to 5.3.5.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

#ruby=ruby-2.2.5
#ruby=ruby-2.7.0
#ruby-gemset=conjur-cli

# Specify your gem's dependencies in conjur.gemspec
Expand Down
2 changes: 1 addition & 1 deletion conjur-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'conjur-api', '~> 5.3'
gem.add_dependency 'deep_merge', '~> 1.0'
gem.add_dependency 'gli', '>=2.8.0'
gem.add_dependency 'highline', '~> 1.7'
gem.add_dependency 'highline', '~> 2.0'
gem.add_dependency 'netrc', '~> 0.10'
gem.add_dependency 'table_print', '~> 1.5'
gem.add_dependency 'xdg', '= 2.2.3'
Expand Down

0 comments on commit 927ed81

Please sign in to comment.