Skip to content

Commit 4feece8

Browse files
fix: 🚀 bundler: bump rubocop-md from 1.2.1 to 1.2.2 (#483)
Bumps [rubocop-md](https://github.com/rubocop-hq/rubocop-md) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rubocop-hq/rubocop-md/releases) - [Changelog](https://github.com/rubocop/rubocop-md/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-md@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: rubocop-md dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb3fe24 commit 4feece8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "rubocop-config-prettier", "~> 0.1.13"
2222
gem "rubocop-git", "~> 0.1.3"
2323
gem "rubocop-gitlab-security", "~> 0.1.1"
2424
gem "rubocop-i18n", "~> 3.0.0"
25-
gem "rubocop-md", "~> 1.2.1"
25+
gem "rubocop-md", "~> 1.2.2"
2626
gem "rubocop-minitest", "~> 0.33.0"
2727
gem "rubocop-packaging", "~> 0.5.2"
2828
gem "rubocop-performance", "~> 1.19.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GEM
8989
rubocop (>= 0.51)
9090
rubocop-i18n (3.0.0)
9191
rubocop (~> 1.0)
92-
rubocop-md (1.2.1)
92+
rubocop-md (1.2.2)
9393
rubocop (>= 1.0)
9494
rubocop-minitest (0.33.0)
9595
rubocop (>= 1.39, < 2.0)
@@ -140,7 +140,7 @@ DEPENDENCIES
140140
rubocop-git (~> 0.1.3)
141141
rubocop-gitlab-security (~> 0.1.1)
142142
rubocop-i18n (~> 3.0.0)
143-
rubocop-md (~> 1.2.1)
143+
rubocop-md (~> 1.2.2)
144144
rubocop-minitest (~> 0.33.0)
145145
rubocop-packaging (~> 0.5.2)
146146
rubocop-performance (~> 1.19.1)

0 commit comments

Comments
 (0)