]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Refactor the export form to use bootstrap form controls
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 94820abebf22c7f6a51855fc29599c3a930936d1..703c68eaa6234599ae8cb7b761301f5c6d93f9bb 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,12 +3,6 @@ source "https://rubygems.org"
 # Require rails
 gem "rails", "6.0.3.4"
 
-# Require things which have moved to gems in ruby 1.9
-gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
-
-# Require things which have moved to gems in ruby 2.0
-gem "psych", :platforms => :ruby_20
-
 # Require json for multi_json
 gem "json"
 
@@ -67,7 +61,7 @@ gem "quad_tile", "~> 1.0.1"
 gem "rack-uri_sanitizer"
 
 # Omniauth for authentication
-gem "omniauth"
+gem "omniauth", "~> 1.9.1"
 gem "omniauth-facebook"
 gem "omniauth-github"
 gem "omniauth-google-oauth2", ">= 0.6.0"