X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7..69c1f6d1862aad00f80a0d2e32dbbe70aba65649:/Gemfile diff --git a/Gemfile b/Gemfile index 07bb60c68..25d80f1c0 100644 --- a/Gemfile +++ b/Gemfile @@ -68,6 +68,9 @@ 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"