]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Show count of open issues in the header
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index addc105d890143fa513f73992875fb11f7d47050..78e2aac976367e24382f51a0eac0c055d2f83d5b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -73,6 +73,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"