X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5fd4fd13c2e4cb577d8d28de8526811941720d76..5add3cf67145e1d3ccefcfb6095b8e56321e2057:/Gemfile diff --git a/Gemfile b/Gemfile index ad83e3a4e..25d80f1c0 100644 --- a/Gemfile +++ b/Gemfile @@ -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"