2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

DEV: Bump rotp gem to latest version (#10472)

The rotp gem is currently pinned to version 5.1.0 and this will bump it
up to version 6.0.1.

Follow up to: 85d4370f79

because this issue we were waiting on is now closed:

https://github.com/mdp/rotp/issues/98

Because version 6 is now encoding the params I needed to update the
tests as well.
This commit is contained in:
Blake Erickson 2020-08-19 09:16:33 -06:00 committed by GitHub
parent c767fb1ed3
commit ea2e58e622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -223,8 +223,7 @@ gem 'logster'
gem 'sassc', '2.0.1', require: false
gem "sassc-rails"
# see: https://github.com/mdp/rotp/issues/98
gem 'rotp', '5.1.0' , require: false
gem 'rotp', require: false
gem 'rqrcode'