X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/109e69efc186113380eccca35bfdb4bd83365db5..e1cac818b128f71482a495b51ee30b7812a53dc2:/Gemfile?ds=inline 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"