Skip to content

Commit

Permalink
fix: 🚀 bundler: bump rubocop-md from 1.2.1 to 1.2.2 (#483)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent fb3fe24 commit 4feece8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "rubocop-config-prettier", "~> 0.1.13"
gem "rubocop-git", "~> 0.1.3"
gem "rubocop-gitlab-security", "~> 0.1.1"
gem "rubocop-i18n", "~> 3.0.0"
gem "rubocop-md", "~> 1.2.1"
gem "rubocop-md", "~> 1.2.2"
gem "rubocop-minitest", "~> 0.33.0"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.19.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
rubocop (>= 0.51)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-md (1.2.1)
rubocop-md (1.2.2)
rubocop (>= 1.0)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ DEPENDENCIES
rubocop-git (~> 0.1.3)
rubocop-gitlab-security (~> 0.1.1)
rubocop-i18n (~> 3.0.0)
rubocop-md (~> 1.2.1)
rubocop-md (~> 1.2.2)
rubocop-minitest (~> 0.33.0)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
Expand Down

0 comments on commit 4feece8

Please sign in to comment.