Skip to content

Commit 56e6118

Browse files
authored
Merge pull request #2782 from sparklemotion/dependabot/bundler/rubocop-1.44.1
build(deps-dev): update rubocop requirement from 1.43.0 to 1.44.1
2 parents 87b94c5 + a8eb958 commit 56e6118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group :development do
2828

2929
# rubocop
3030
if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
31-
gem "rubocop", "1.43.0"
31+
gem "rubocop", "1.44.1"
3232
gem "rubocop-minitest", "0.27.0"
3333
gem "rubocop-performance", "1.15.2"
3434
gem "rubocop-rake", "= 0.6.0"

0 commit comments

Comments
 (0)