X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/343f0bca1475ac8ac29cb0869d8438e13a7e69c7..fbcd2bc10a5f97a1ecd5d6d76a039ebd85365d2e:/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