X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e20bb507f122f73d18021bf93efe85fc2e189dfb..e7883152e4ace49d93b801f74d4bc250fa4f4e6d:/Gemfile diff --git a/Gemfile b/Gemfile index 3789c9fb8..07bb60c68 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "4.2.5" +gem "rails", "4.2.7" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -63,6 +63,7 @@ gem "omniauth-openid" gem "omniauth-google-oauth2", ">= 0.2.7" gem "omniauth-facebook" gem "omniauth-windowslive" +gem "omniauth-github" # Markdown formatting support gem "redcarpet"