X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bb9f20710e851eb4943bfb8e63386680e359834a..1b1693b8fe8c705bb7769de11c069e85dce989c3:/Gemfile diff --git a/Gemfile b/Gemfile index 3789c9fb8..27f457d03 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" @@ -108,5 +109,6 @@ group :development, :test do gem "jshint" gem "konacha" gem "poltergeist" + gem "factory_girl_rails" gem "coveralls", :require => false end