Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rubocop extensions and dependabot warning fixed #92

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
require:
- rubocop-performance
- rubocop-rake
- rubocop-sequel

AllCops:
NewCops: enable

Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -113,7 +104,6 @@ PLATFORMS
universal-java-11

DEPENDENCIES
fasterer (~> 0.10.1)
htmlbeautifier
jdbc-h2 (~> 2.0)
minitest (~> 5.20)
Expand All @@ -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)
Expand Down