X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/28e011e2193148092e4c3dfe296ab29b7721d5d4..2f28495d6b041c99536fe494c447c4e93fa79d16:/Gemfile diff --git a/Gemfile b/Gemfile index 35d893309..3cf075045 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "5.2.1" +gem "rails", "5.2.2" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -71,13 +71,13 @@ gem "rack-uri_sanitizer" gem "omniauth" gem "omniauth-facebook" gem "omniauth-github" -gem "omniauth-google-oauth2", ">= 0.2.7" -gem "omniauth-mediawiki", ">= 0.0.3" +gem "omniauth-google-oauth2", ">= 0.6.0" +gem "omniauth-mediawiki", ">= 0.0.4" gem "omniauth-openid" gem "omniauth-windowslive" # Markdown formatting support -gem "redcarpet" +gem "kramdown" # For status transitions of Issues gem "aasm"