Skip to content

Commit

Permalink
Update zxcvbn-ruby requirement from ~> 0.1 to >= 0.1, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [zxcvbn-ruby](https://github.com/envato/zxcvbn-ruby) to permit the latest version.
- [Release notes](https://github.com/envato/zxcvbn-ruby/releases)
- [Changelog](https://github.com/envato/zxcvbn-ruby/blob/master/CHANGELOG.md)
- [Commits](envato/zxcvbn-ruby@v0.1.0...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 23, 2019
1 parent 9c4e879 commit dfaf3aa
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 @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|

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

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit dfaf3aa

Please sign in to comment.