summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml2
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock9
3 files changed, 0 insertions, 12 deletions
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