Skip to content

Commit

Permalink
dep: let standardrb set its dependency versions (#3354)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

Dependabot has been unable to bump standard or the rubocop gems because
I had over-specified dependencies.
  • Loading branch information
flavorjones authored Dec 6, 2024
2 parents 0fffe34 + c885b99 commit 352701e
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 352701e

Please sign in to comment.