Skip to content

Commit

Permalink
Update dependency rubocop to v1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 816e396 commit fe4c8e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'rack', '3.1.8'
gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.2.1', require: false
gem 'rubocop', '1.67.0', require: false
gem 'rubocop', '1.68.0', require: false
gem 'rubocop-rspec', '3.2.0', require: false
gem 'ruby-fann', '2.0.2'
gem 'sass', '3.7.4'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
multipart-post
oauth (~> 0.5, >= 0.5.0)
jmespath (1.6.2)
json (2.7.4)
json (2.7.5)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -167,7 +167,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -260,7 +260,7 @@ DEPENDENCIES
rack-test (= 2.1.0)
rackup (= 2.1.0)
rake (= 13.2.1)
rubocop (= 1.67.0)
rubocop (= 1.68.0)
rubocop-rspec (= 3.2.0)
ruby-fann (= 2.0.2)
sass (= 3.7.4)
Expand Down

0 comments on commit fe4c8e1

Please sign in to comment.