Skip to content

Commit

Permalink
dep: let standardrb set its dependency versions
Browse files Browse the repository at this point in the history
and bump standardrb and all the remaining rubocop gems
  • Loading branch information
flavorjones committed Dec 6, 2024
1 parent e548e80 commit c885b99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ group :development do
gem "simplecov", "= 0.21.2"

# rubocop
gem "standard", "1.39.2", require: false
gem "rubocop", "1.64.1", require: false
gem "rubocop-minitest", "0.36.0", require: false
gem "rubocop-packaging", "0.5.2", require: false
gem "rubocop-performance", "1.22.1", require: false
gem "rubocop-rake", "0.6.0", require: false
gem "standard", "1.42.1"
gem "rubocop-minitest", "0.36.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-rake", "0.6.0"
end

# If Psych doesn't build, you can disable this group locally by running
Expand Down

0 comments on commit c885b99

Please sign in to comment.