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:
parent
c767fb1ed3
commit
ea2e58e622
3 changed files with 6 additions and 8 deletions
3
Gemfile
3
Gemfile
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue