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

Commit

Permalink
Allow activesupport 6 as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-estrin committed Nov 22, 2021
1 parent 6709e4b commit d7d144d
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 d7d144d

Please sign in to comment.