diff --git a/Gemfile b/Gemfile index 3dfe93145f5..f4ddfbb58f1 100644 --- a/Gemfile +++ b/Gemfile @@ -224,7 +224,9 @@ gem 'logster' gem 'sassc', '2.0.1', require: false gem "sassc-rails" -gem 'rotp', require: false +# see: https://github.com/mdp/rotp/issues/98 +gem 'rotp', '5.1.0' , require: false + gem 'rqrcode' gem 'rubyzip', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 36c7c27712a..6cb9700c09e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -532,7 +532,7 @@ DEPENDENCIES redis redis-namespace rinku - rotp + rotp (= 5.1.0) rqrcode rspec rspec-html-matchers