]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Add some extra indexes on issues
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index e05edebc402e72f2872f2d4aea26d7bda3a824df..a9a6cb4b6d1466d65c41c05d8037a695e8900b54 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "5.1.4"
+gem "rails", "5.1.5"
 
 # Require things which have moved to gems in ruby 1.9
 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
@@ -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"