X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f5ad1f3cc5d82efef93d2d17809145c5f68f233..4d20a2c96a3ff722071e7b1093d260b1236b2eeb:/Gemfile diff --git a/Gemfile b/Gemfile index 09c662e4a..8b8eae0bb 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,10 @@ gem "rails-i18n", "~> 4.0.0" gem "record_tag_helper" gem "rinku", ">= 1.2.2", :require => "rails_rinku" gem "validates_email_format_of", ">= 1.5.1" +gem "cancancan" + +# Native OSM extensions +gem "quad_tile", "~> 1.0.1" # Sanitise URIs gem "rack-uri_sanitizer" @@ -70,6 +74,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 +112,8 @@ gem "logstasher" # Gems useful for development group :development do gem "annotate" + gem "better_errors" + gem "binding_of_caller" gem "listen" gem "vendorer" end