Skip to content

Commit

Permalink
Update RuboCop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Oct 18, 2023
1 parent a1ed10a commit 421bd54
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ AllCops:
- 'tmp/**/*'
- 'vendor/**/*'

Gemspec/DevelopmentDependencies:
Enabled: false

Layout/LineLength:
Enabled: false

Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in kentaa-api.gemspec
gemspec

gem 'rubocop', '~> 1.28.0'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop', '~> 1.57.1'
gem 'rubocop-performance', '~> 1.19.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.10.0'
gem 'rubocop-rspec', '~> 2.24.1'
34 changes: 23 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
hashdiff (1.0.1)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -36,24 +39,33 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.28.2)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.13.3)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
unicode-display_width (2.5.0)
webmock (3.19.1)
Expand All @@ -69,10 +81,10 @@ DEPENDENCIES
kentaa-api!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.28.0)
rubocop-performance (~> 1.13.0)
rubocop (~> 1.57.1)
rubocop-performance (~> 1.19.1)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.10.0)
rubocop-rspec (~> 2.24.1)
webmock (~> 3.0)

BUNDLED WITH
Expand Down

0 comments on commit 421bd54

Please sign in to comment.