]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rubocop-rails from 2.2.1 to 2.3.0 (#11612)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mon, 19 Aug 2019 13:34:30 +0000 (22:34 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 19 Aug 2019 13:34:30 +0000 (22:34 +0900)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.2.1...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 3894ae4659521cffeacfa60e3e2b139d298e2ffa..834378a37c537e2fe3cd8c9235777350646e3d05 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -131,7 +131,7 @@ group :development do
   gem 'letter_opener_web', '~> 1.3'
   gem 'memory_profiler'
   gem 'rubocop', '~> 0.74', require: false
-  gem 'rubocop-rails', '~> 2.2', require: false
+  gem 'rubocop-rails', '~> 2.3', require: false
   gem 'brakeman', '~> 4.6', require: false
   gem 'bundler-audit', '~> 0.6', require: false
 
index b46c9d9d158112969b4c747ff8f4d25ba466380d..9f8748a917bb28025f020228be2ef1c6ad9b6086 100644 (file)
@@ -552,7 +552,7 @@ GEM
       rainbow (>= 2.2.2, < 4.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 1.7)
-    rubocop-rails (2.2.1)
+    rubocop-rails (2.3.0)
       rack (>= 1.1)
       rubocop (>= 0.72.0)
     ruby-progressbar (1.10.1)
@@ -762,7 +762,7 @@ DEPENDENCIES
   rspec-rails (~> 3.8)
   rspec-sidekiq (~> 3.0)
   rubocop (~> 0.74)
-  rubocop-rails (~> 2.2)
+  rubocop-rails (~> 2.3)
   sanitize (~> 5.0)
   sidekiq (~> 5.2)
   sidekiq-bulk (~> 0.2.0)