X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/109e69efc186113380eccca35bfdb4bd83365db5..8a6e8ae128d3cc9a991d119c45b9ddb13e848f97:/Gemfile diff --git a/Gemfile b/Gemfile index ef93f0d8f..5e6eebfc9 100644 --- a/Gemfile +++ b/Gemfile @@ -85,6 +85,9 @@ gem "faraday" # Load geoip for querying Maxmind GeoIP database gem "geoip" +# Load rotp to generate TOTP tokens +gem "rotp" + # Load memcache client in case we are using it gem "dalli" gem "kgio"