diff options
-rw-r--r-- | .rubocop.yml | 3 | ||||
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
3 files changed, 0 insertions, 9 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index f34272734..f1095e022 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,3 @@ -require: - - rubocop-rails - AllCops: TargetRubyVersion: 2.3 Exclude: diff --git a/Gemfile b/Gemfile index 4571fdfbe..a3388c4ce 100644 --- a/Gemfile +++ b/Gemfile @@ -130,7 +130,6 @@ group :development do gem 'letter_opener_web', '~> 1.3' gem 'memory_profiler' gem 'rubocop', '~> 0.71', require: false - gem 'rubocop-rails', '~> 2.0', require: false gem 'brakeman', '~> 4.5', require: false gem 'bundler-audit', '~> 0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index cef328a34..3a10d77ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -534,9 +534,6 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - rubocop-rails (2.0.0) - rack (>= 2.0) - rubocop (>= 0.70.0) ruby-bbcode (2.1.0) activesupport (>= 4.2.2) ruby-progressbar (1.10.1) @@ -747,8 +744,6 @@ DEPENDENCIES rspec-rails (~> 3.8) rspec-sidekiq (~> 3.0) rubocop (~> 0.71) - rubocop-rails (~> 2.0) - ruby-bbcode (~> 2.0) sanitize (~> 5.0) sidekiq (~> 5.2) sidekiq-bulk (~> 0.2.0) |