Skip to content

Commit

Permalink
Update rbnacl requirement from ~> 7.0.0 to >= 7.0, < 7.2
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@v7.0.0...v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 9, 2019
1 parent 6f6a460 commit 0706330
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 @@ -38,7 +38,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', '~> 7.0.0'
spec.add_dependency 'rbnacl', '>= 7.0', '< 7.2'
spec.add_dependency 'zxcvbn-ruby', '>= 1.0', '< 2.0'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 0706330

Please sign in to comment.