Skip to content

Commit

Permalink
WIP: rubocop update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Jun 17, 2024
1 parent 50b1b31 commit 4bc8564
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 26 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ group :test do
# Keep codebase clean
gem 'haml_lint', require: false
gem 'rails_best_practices', require: false
gem 'reek', '~> 5', require: false
gem 'rubocop', '~> 0.58', require: false
gem 'rubocop-rails', '~> 2.2.1', require: false
gem 'reek', '~> 6', require: false
gem 'rubocop', '~> 1.64.1', require: false
gem 'rubocop-rails', '~> 2.25.0', require: false

gem 'codecov', require: false
end
Expand Down
75 changes: 52 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ GEM
cocoon (1.2.15)
code_analyzer (0.5.5)
sexp_processor
codeclimate-engine-rb (0.4.2)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coffee-rails (5.0.0)
Expand Down Expand Up @@ -176,6 +175,33 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.4)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.9.1)
Expand Down Expand Up @@ -224,7 +250,7 @@ GEM
thor (>= 0.14, < 2.0)
json (2.7.2)
jsonapi-renderer (0.2.2)
kwalify (0.7.2)
language_server-protocol (3.17.0.3)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
Expand Down Expand Up @@ -283,11 +309,11 @@ GEM
parallel (1.24.0)
parallel_tests (4.7.1)
parallel
parser (2.7.2.0)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
popper_js (1.16.1)
psych (3.1.0)
public_suffix (5.0.5)
racc (1.8.0)
rack (2.2.9)
Expand Down Expand Up @@ -342,12 +368,11 @@ GEM
rake (12.3.3)
rdoc (6.3.4.1)
redcarpet (3.6.0)
reek (5.6.0)
codeclimate-engine-rb (~> 0.4.0)
kwalify (~> 0.7.0)
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
psych (~> 3.1.0)
reek (6.3.0)
dry-schema (~> 1.13.0)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
reline (0.5.7)
io-console (~> 0.5)
Expand Down Expand Up @@ -378,20 +403,24 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (0.93.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-rails (2.2.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-openid (2.9.2)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
Expand Down Expand Up @@ -444,7 +473,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.8.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -501,10 +530,10 @@ DEPENDENCIES
rails_best_practices
rake (~> 12.0)
redcarpet
reek (~> 5)
reek (~> 6)
rspec-rails (~> 6)
rubocop (~> 0.58)
rubocop-rails (~> 2.2.1)
rubocop (~> 1.64.1)
rubocop-rails (~> 2.25.0)
sass-rails (~> 6)
scanf
shoulda-matchers
Expand Down

0 comments on commit 4bc8564

Please sign in to comment.