Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Bump rubocop from 1.61.0 to 1.62.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 5e27f9f commit 4dfa2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gemspec
gem 'bundler', '~> 2.4'
gem 'rake', '~> 13.1'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.61'
gem 'rubocop', '~> 1.62'
gem 'rubocop-performance', '~> 1.20'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 2.27'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.61.0)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
Expand Down Expand Up @@ -71,7 +71,7 @@ DEPENDENCIES
bundler (~> 2.4)
rake (~> 13.1)
rspec (~> 3.13)
rubocop (~> 1.61)
rubocop (~> 1.62)
rubocop-performance (~> 1.20)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.27)
Expand Down

0 comments on commit 4dfa2c3

Please sign in to comment.