Skip to content

Commit

Permalink
dep(dev): pin rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 18, 2024
1 parent beb82b8 commit 9bf0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
gem("rdoc", [">= 4.0", "< 7"])

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0")
gem("rubocop", "~> 1.1")
gem("rubocop", "1.65.0")
gem("rubocop-minitest", "0.29.0")
gem("rubocop-packaging", "0.5.2")
gem("rubocop-performance", "1.16.0")
Expand Down

0 comments on commit 9bf0727

Please sign in to comment.