X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e4acc41d28505f6a6f7e153affa0dff982bfedbb..d1d4f8192da5a266cddb17bb8970b2b04387888c:/Gemfile diff --git a/Gemfile b/Gemfile index 1653c9846..25d80f1c0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "4.2.5.1" +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,10 +63,14 @@ gem "omniauth-openid" gem "omniauth-google-oauth2", ">= 0.2.7" gem "omniauth-facebook" gem "omniauth-windowslive" +gem "omniauth-github" # Markdown formatting support gem "redcarpet" +# For status transitions of Issues +gem "aasm" + # Load libxml support for XML parsing and generation gem "libxml-ruby", ">= 2.0.5", :require => "libxml" @@ -91,9 +95,6 @@ gem "kgio" # Used to generate logstash friendly log files gem "logstasher" -# Stay with sprockets-rails 2.x pending fix for konacha -gem "sprockets-rails", "< 3" - # Gems useful for development group :development do gem "vendorer"