]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Validate the assigned role, and remove the :type activrecord enum
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 79d95f9d5af3e7bc91376002e0e3574997c28aa8..67a3a1f5ede13ba7b9d80fc9cb5cd77ae6d7d6c9 100644 (file)
--- 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"