From 28d7f889bf3c6d31f8038823e90fad74d346fcdf Mon Sep 17 00:00:00 2001 From: Simon Neutert Date: Mon, 8 Jan 2024 17:52:09 +0100 Subject: [PATCH] rubocop extensions and dependabot warning fixed --- .rubocop.yml | 5 +++++ Gemfile | 2 -- Gemfile.lock | 11 ----------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3cb2033..60aa61c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,8 @@ +require: + - rubocop-performance + - rubocop-rake + - rubocop-sequel + AllCops: NewCops: enable diff --git a/Gemfile b/Gemfile index f7e2672..7efb465 100644 --- a/Gemfile +++ b/Gemfile @@ -18,12 +18,10 @@ gem 'roda', '~> 3.73' gem 'sequel', '~> 5.74' group :development do - gem 'fasterer', '~> 0.10.1', require: false gem 'htmlbeautifier' gem 'pry', '~> 0.14.2' gem 'pry-debugger-jruby', '~> 2.1' gem 'rubocop', require: false - gem 'rubocop-minitest', '~> 0.33.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rake', '~> 0.6.0', require: false gem 'rubocop-sequel', '~> 0.3.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3bc0a1c..14e1648 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,12 +6,8 @@ GEM benchmark (0.3.0) bigdecimal (3.1.5-java) coderay (1.1.3) - colorize (0.8.1) diff-lcs (1.5.0) e2mmap (0.1.0) - fasterer (0.10.1) - colorize (~> 0.7) - ruby_parser (>= 3.19.1) ffi (1.16.3-java) htmlbeautifier (1.4.2) jaro_winkler (1.5.6-java) @@ -69,8 +65,6 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-minitest (0.33.0) - rubocop (>= 1.39, < 2.0) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -80,11 +74,8 @@ GEM rubocop (~> 1.0) ruby-debug-base (0.11.0-java) ruby-progressbar (1.13.0) - ruby_parser (3.20.3) - sexp_processor (~> 4.16) sequel (5.76.0) bigdecimal - sexp_processor (4.17.0) solargraph (0.48.0) backport (~> 1.2) benchmark @@ -113,7 +104,6 @@ PLATFORMS universal-java-11 DEPENDENCIES - fasterer (~> 0.10.1) htmlbeautifier jdbc-h2 (~> 2.0) minitest (~> 5.20) @@ -126,7 +116,6 @@ DEPENDENCIES rake (~> 13.1) roda (~> 3.73) rubocop - rubocop-minitest (~> 0.33.0) rubocop-performance rubocop-rake (~> 0.6.0) rubocop-sequel (~> 0.3.4)