Skip to content

Commit

Permalink
Merge pull request #28 from ceritium/dependabot/bundler/rubocop-1.65.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.64.1 to 1.65.0
  • Loading branch information
ceritium authored Jul 12, 2024
2 parents b9e2692 + b40cd46 commit 914fa38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

gem "minitest", "~> 5.24"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.64"
gem "rubocop", "~> 1.65"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rake", "~> 0.6"
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ GEM
language_server-protocol (3.17.0.3)
minitest (5.24.1)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rubocop (1.64.1)
rubocop (1.65.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)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -55,7 +55,7 @@ DEPENDENCIES
flatito!
minitest (~> 5.24)
rake (~> 13.2)
rubocop (~> 1.64)
rubocop (~> 1.65)
rubocop-minitest (~> 0.35)
rubocop-performance (~> 1.21)
rubocop-rake (~> 0.6)
Expand Down

0 comments on commit 914fa38

Please sign in to comment.