]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rubocop-rails from 2.0.1 to 2.2.0 (#11257)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sat, 13 Jul 2019 14:52:08 +0000 (23:52 +0900)
committerThibaut Girka <thib@sitedethib.com>
Sun, 14 Jul 2019 22:48:50 +0000 (00:48 +0200)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.0.1 to 2.2.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.0.1...v2.2.0)

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

diff --git a/Gemfile b/Gemfile
index 4d862608148cc59e42d7ed437bfd9f1d71c83b07..9e28b68a15de3afbfe7f017975544e3bc33dc9f1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -132,7 +132,7 @@ group :development do
   gem 'letter_opener_web', '~> 1.3'
   gem 'memory_profiler'
   gem 'rubocop', '~> 0.72', require: false
-  gem 'rubocop-rails', '~> 2.0', require: false
+  gem 'rubocop-rails', '~> 2.2', require: false
   gem 'brakeman', '~> 4.5', require: false
   gem 'bundler-audit', '~> 0.6', require: false
 
index 23b37354c694c0aab2e64581142cc85b8d91ff72..2e2946f12c33164123f03b6b4a3d28acf8571915 100644 (file)
@@ -534,9 +534,9 @@ GEM
       rainbow (>= 2.2.2, < 4.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 1.7)
-    rubocop-rails (2.0.1)
+    rubocop-rails (2.2.0)
       rack (>= 1.1)
-      rubocop (>= 0.70.0)
+      rubocop (>= 0.72.0)
     ruby-progressbar (1.10.1)
     ruby-saml (1.9.0)
       nokogiri (>= 1.5.10)
@@ -744,7 +744,7 @@ DEPENDENCIES
   rspec-rails (~> 3.8)
   rspec-sidekiq (~> 3.0)
   rubocop (~> 0.72)
-  rubocop-rails (~> 2.0)
+  rubocop-rails (~> 2.2)
   sanitize (~> 5.0)
   sidekiq (~> 5.2)
   sidekiq-bulk (~> 0.2.0)