Skip to content

Commit

Permalink
build(deps-dev): update rubocop requirement from 1.63.4 to 1.63.5 (#3190
Browse files Browse the repository at this point in the history
)
  • Loading branch information
flavorjones committed May 13, 2024
2 parents 6a61644 + b8f6259 commit b97b458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -31,7 +31,7 @@ group :development do

# rubocop
if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
gem "rubocop", "1.63.4"
gem "rubocop", "1.63.5"
gem "rubocop-minitest", "0.34.5"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.21.0"
Expand Down

0 comments on commit b97b458

Please sign in to comment.