From edcbc389d9a3c7dfc92b5cfe9e7338e374a2eace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Riveros?= Date: Tue, 27 Nov 2018 15:12:27 -0300 Subject: [PATCH] rotp 4.0.0 dependency --- two_factor_authentication.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two_factor_authentication.gemspec b/two_factor_authentication.gemspec index a5b886d..a95b2ed 100644 --- a/two_factor_authentication.gemspec +++ b/two_factor_authentication.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'rails', '>= 3.1.1' s.add_runtime_dependency 'devise' s.add_runtime_dependency 'randexp' - s.add_runtime_dependency 'rotp', '>= 3.2.0' + s.add_runtime_dependency 'rotp', '>= 4.0.0' s.add_runtime_dependency 'encryptor' s.add_development_dependency 'bundler'