X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/343f0bca1475ac8ac29cb0869d8438e13a7e69c7..c7ed8a9e8604b207e24e0899a811ff3cdb2e7c3f:/Gemfile diff --git a/Gemfile b/Gemfile index 1099cfd85..75b8f7bdc 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" @@ -137,6 +137,7 @@ group :test do gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20] gem "rails-controller-testing" gem "rubocop" + gem "rubocop-performance" gem "webmock" end