mirror of https://github.com/rails/rails
Bump up bcrypt-ruby dependency to 2.1.4
This commit is contained in:
parent
75e89ed68e
commit
2b2b50660b
|
@ -22,6 +22,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('builder', '~> 3.0.0')
|
||||
s.add_dependency('i18n', '~> 0.5.0')
|
||||
s.add_dependency('bcrypt-ruby', '~> 2.1.2')
|
||||
|
||||
s.add_dependency('bcrypt-ruby', '~> 2.1.4')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue