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 #339 from cyberark/activate-activesupport-6
Browse files Browse the repository at this point in the history
ONYX-14249: Allow activesupport 6 as a dependency
  • Loading branch information
semyon-estrin authored Nov 22, 2021
2 parents 6709e4b + d7d144d commit c535986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conjur-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
# Filter out development only executables
gem.executables -= %w{parse-changelog.sh}

gem.add_dependency 'activesupport', '>= 4.2', '< 6'
gem.add_dependency 'activesupport', '>= 4.2'
gem.add_dependency 'conjur-api', '~> 5.3'
gem.add_dependency 'deep_merge', '~> 1.0'
gem.add_dependency 'gli', '>=2.8.0'
Expand Down

0 comments on commit c535986

Please sign in to comment.