X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9e929de53091ab5db24be602546e525a72548dbd..cbe707b33e87418b8576cbc3fbd23bcd032153cb:/Gemfile diff --git a/Gemfile b/Gemfile index 79d95f9d5..67a3a1f5e 100644 --- a/Gemfile +++ b/Gemfile @@ -70,6 +70,9 @@ gem "omniauth-windowslive" # 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"