Skip to content

Commit

Permalink
DEV: pin the rotp gem
Browse files Browse the repository at this point in the history
Not ready for an upgrade due to: mdp/rotp#98

The policy here is that for cases like this we pin the version and add
a comment explaining why it is pinned.

We can revisit in a few months depending on upstream.
  • Loading branch information
SamSaffron committed Jul 14, 2020
1 parent 93ff54e commit 85d4370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
redis
redis-namespace
rinku
rotp
rotp (= 5.1.0)
rqrcode
rspec
rspec-html-matchers
Expand Down

0 comments on commit 85d4370

Please sign in to comment.