Skip to content

Commit

Permalink
Merge pull request #79 from nebhale/dependabot/bundler/rubocop-1.73.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.72.2 to 1.73.0
  • Loading branch information
nebhale authored Feb 26, 2025
2 parents da80ba9 + 32cf212 commit 294e3da
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.25"
gem "pg", "~> 1.5"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.72"
gem "rubocop", "~> 1.73"
gem "rubocop-minitest", "~> 0.37"
gem "rubocop-rake", "~> 0.7"
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 @@ -22,7 +22,7 @@ GEM
rake (13.2.1)
regexp_parser (2.10.0)
rexml (3.3.9)
rubocop (1.72.2)
rubocop (1.73.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -33,7 +33,7 @@ GEM
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.37.1)
lint_roller (~> 1.1)
Expand Down Expand Up @@ -64,7 +64,7 @@ DEPENDENCIES
minitest (~> 5.25)
pg (~> 1.5)
rake (~> 13.2)
rubocop (~> 1.72)
rubocop (~> 1.73)
rubocop-minitest (~> 0.37)
rubocop-rake (~> 0.7)
service-bindings!
Expand Down

0 comments on commit 294e3da

Please sign in to comment.