X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/81e0b49ed55abb1a4563648273639214c26bcf95..35e0f58683a7e85feb9e807194487bd010170a8e:/Gemfile diff --git a/Gemfile b/Gemfile index 6c93b96dd..f0e388503 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "psych", :platforms => :ruby_20 gem "json" # Use postgres as the database -gem "pg", "~> 0.18" +gem "pg" # Use SCSS for stylesheets gem "sassc-rails" @@ -61,6 +61,7 @@ gem "rack-cors" gem "rails-i18n", "~> 4.0.0" gem "record_tag_helper" gem "rinku", ">= 2.0.6", :require => "rails_rinku" +gem "strong_migrations" gem "validates_email_format_of", ">= 1.5.1" # Native OSM extensions @@ -138,6 +139,7 @@ group :test do gem "rails-controller-testing" gem "rubocop" gem "rubocop-performance" + gem "rubocop-rails" gem "webmock" end