Skip to content

Commit a8eb958

Browse files
build(deps-dev): update rubocop requirement from 1.43.0 to 1.44.1
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.43.0...v1.44.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87b94c5 commit a8eb958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
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)