Skip to content

Commit

Permalink
Update rbnacl requirement from ~> 3.4.0 to >= 3.4, < 7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rbnacl](https://github.com/crypto-rb/rbnacl) to permit the latest version.
- [Release notes](https://github.com/crypto-rb/rbnacl/releases)
- [Changelog](https://github.com/crypto-rb/rbnacl/blob/master/CHANGES.md)
- [Commits](RubyCrypto/rbnacl@v3.4.0...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 23, 2019
1 parent 6d012e2 commit 681eb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_keys.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rbnacl', '~> 3.4.0'
spec.add_dependency 'rbnacl', '>= 3.4', '< 7.1'
spec.add_dependency 'rbnacl-libsodium', '~> 1.0'
spec.add_dependency 'zxcvbn-ruby', '>= 0.1', '< 2.0'

Expand Down

0 comments on commit 681eb5f

Please sign in to comment.