]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Adjust for rails5 convention on migrations.
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 79bc0d10e8a50efe611136ac1c6329cd00c90c30..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"
 
@@ -119,9 +122,10 @@ end
 
 # Needed in development as well so rake can see konacha tasks
 group :development, :test do
+  gem "capybara", "~> 2.13"
   gem "coveralls", :require => false
-  gem "factory_girl_rails"
+  gem "factory_bot_rails"
   gem "jshint"
-  #  gem "konacha"
   gem "poltergeist"
+  gem "puma", "~> 3.7"
 end