Skip to content

Commit

Permalink
Merge pull request #94 from apainintheneck/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-rake-0.7.0

Bump rubocop-rake from 0.6.0 to 0.7.0
  • Loading branch information
apainintheneck authored Feb 20, 2025
2 parents 1184d61 + 998c0d3 commit bc338e8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ GEM
concurrent-ruby (~> 1.0)
iso-639 (0.3.8)
csv
json (2.9.1)
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
minitest (5.25.4)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
Expand All @@ -30,9 +31,10 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.10.0)
rubocop (1.71.2)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -42,11 +44,13 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-minitest (0.37.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
ruby-progressbar (1.13.0)
strings (0.2.1)
strings-ansi (~> 0.2)
Expand Down

0 comments on commit bc338e8

Please sign in to comment.