Skip to content

Commit 957ce1d

Browse files
Revert "Add rubocop-rails-omakase (no idea why CI wants it)"
This reverts commit 5ff29fb. The gem was added experimentally but is not needed. CI passes without it. Co-authored-by: Ihab Adham <ihabadham@users.noreply.github.com>
1 parent 41143de commit 957ce1d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

react_on_rails/Gemfile.development_dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ group :development, :test do
3737
gem "steep", require: false
3838
gem "rubocop", "1.61.0", require: false
3939
gem "rubocop-performance", "~>1.20.0", require: false
40-
gem "rubocop-rails-omakase", "~>1.0.0", require: false
4140
gem "rubocop-rspec", "~>2.26", require: false
4241
gem "spring", "~> 4.0"
4342
gem "lefthook", require: false

react_on_rails/Gemfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,6 @@ GEM
331331
rack (>= 1.1)
332332
rubocop (>= 1.52.0, < 2.0)
333333
rubocop-ast (>= 1.31.1, < 2.0)
334-
rubocop-rails-omakase (1.0.0)
335-
rubocop
336-
rubocop-minitest
337-
rubocop-performance
338-
rubocop-rails
339334
rubocop-rspec (2.29.2)
340335
rubocop (~> 1.40)
341336
rubocop-capybara (~> 2.17)
@@ -477,7 +472,6 @@ DEPENDENCIES
477472
rspec_junit_formatter
478473
rubocop (= 1.61.0)
479474
rubocop-performance (~> 1.20.0)
480-
rubocop-rails-omakase (~> 1.0.0)
481475
rubocop-rspec (~> 2.26)
482476
sass-rails (~> 6.0)
483477
sdoc

0 commit comments

Comments
 (0)