diff --git a/Gemfile b/Gemfile index 60cb044b..ef8744ab 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ end group :development do gem "license_finder", require: false gem "rubocop", require: false + gem "rubocop-disable_syntax", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false gem "standard", "1.31.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 21fd1e25..050065e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,6 +220,8 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) + rubocop-disable_syntax (0.1.0) + rubocop (>= 1.50) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -287,6 +289,7 @@ DEPENDENCIES rails-pg-extras rspec-rails (>= 6.0.1) rubocop + rubocop-disable_syntax rubocop-performance rubocop-rails sshkit