Bump bcrypt_pbkdf version

There were no functional changes between 1.0.0 and 1.1.0:
b5d1a921fc...v1.1.0
so this update should be safe
This commit is contained in:
Dan Čermák 2021-03-01 08:33:59 +01:00
parent 438bac2279
commit d996166098

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = "~> 2.5", "< 2.8"
s.required_rubygems_version = ">= 1.3.6"
s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"
s.add_dependency "bcrypt_pbkdf", "~> 1.1"
s.add_dependency "childprocess", "~> 4.0.0"
s.add_dependency "ed25519", "~> 1.2.4"
s.add_dependency "erubi"