X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/01a506a254cf53700c201d40b4287e5aae02af2c..4cf0abb0277dea5350ad09c34233d930e68fb296:/Gemfile diff --git a/Gemfile b/Gemfile index 466d73323..9a3fb1f6b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.2" +gem "rails", "6.0.2.1" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -93,8 +93,8 @@ gem "SystemTimer", ">= 1.1.3", :require => "system_timer", :platforms => :ruby_1 # Load faraday for mockable HTTP client gem "faraday" -# Load geoip for querying Maxmind GeoIP database -gem "geoip" +# Load maxminddb for querying Maxmind GeoIP database +gem "maxminddb" # Load rotp to generate TOTP tokens gem "rotp"