X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c46a0ddaa385eac98fffeb23a13319c62ef707eb..d3700e6201b4b78a70bbb2941572edc985b63c2c:/Gemfile diff --git a/Gemfile b/Gemfile index 09c662e4a..ef14d06c5 100644 --- 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" @@ -105,6 +108,8 @@ gem "logstasher" # Gems useful for development group :development do gem "annotate" + gem "better_errors" + gem "binding_of_caller" gem "listen" gem "vendorer" end