From 118d6e96202f79ca60eef614305c4455d86ccb32 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 29 Aug 2024 06:14:29 -0400 Subject: remove rails omakase --- .rubocop.yml | 2 -- Gemfile | 1 - Gemfile.lock | 9 --------- 3 files changed, 12 deletions(-) delete mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index dc9c9b4..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,2 +0,0 @@ -inherit_gem: - rubocop-rails-omakase: rubocop.yml diff --git a/Gemfile b/Gemfile index 24b6a5e..bf1d02a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,6 @@ group :development, :test do gem "bullet" gem "bundler-audit" gem "debug" - gem "rubocop-rails-omakase", require: false gem "standard" gem "standard-rails" end diff --git a/Gemfile.lock b/Gemfile.lock index aae2855..22901b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -243,9 +243,6 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-minitest (0.35.1) - rubocop (>= 1.61, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -254,11 +251,6 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails-omakase (1.0.0) - rubocop - rubocop-minitest - rubocop-performance - rubocop-rails ruby-progressbar (1.13.0) rubyzip (2.3.2) securerandom (0.3.1) @@ -336,7 +328,6 @@ DEPENDENCIES propshaft puma rails - rubocop-rails-omakase selenium-webdriver standard standard-rails -- cgit v1.2.3