Skip to content

Commit

Permalink
Merge pull request #36 from nebhale/dependabot/bundler/rubocop-1.63.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.62.1 to 1.63.0
  • Loading branch information
nebhale committed Apr 8, 2024
2 parents 773f7c2 + e2ac5ec commit ac45c7d
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 @@ -24,7 +24,7 @@ group :development, optional: true do
gem "minitest", "~> 5.22"
gem "pg", "~> 1.5"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.62"
gem "rubocop", "~> 1.63"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.6"
gem "simplecov", "~> 0.22"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
specs:
ast (2.4.2)
docile (1.4.0)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
parallel (1.24.0)
Expand All @@ -21,7 +21,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
rubocop (1.63.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -59,7 +59,7 @@ DEPENDENCIES
minitest (~> 5.22)
pg (~> 1.5)
rake (~> 13.2)
rubocop (~> 1.62)
rubocop (~> 1.63)
rubocop-minitest (~> 0.35)
rubocop-rake (~> 0.6)
service-bindings!
Expand Down

0 comments on commit ac45c7d

Please sign in to comment.