X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/10294f4849b5d97185c618687a710a2dfc19f148..df232ec96f0568c4a8659f73eba13642aed3bd3e:/Gemfile diff --git a/Gemfile b/Gemfile index 5eb559113..3cf075045 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "5.2.0" +gem "rails", "5.2.2" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -47,7 +47,7 @@ gem "image_optim_rails" gem "actionpack-page_caching" gem "active_record_union" gem "cancancan" -gem "composite_primary_keys", "~> 11.0.0" +gem "composite_primary_keys", "~> 11.1.0" gem "delayed_job_active_record" gem "dynamic_form" gem "http_accept_language", "~> 2.0.0" @@ -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"