Skip to content

Commit

Permalink
Bump the bundler-dev group across 1 directory with 5 updates (#316)
Browse files Browse the repository at this point in the history
Bumps the bundler-dev group with 3 updates in the / directory: [rubocop-performance](https://github.com/rubocop/rubocop-performance), [slim_lint](https://github.com/sds/slim-lint) and [hashdiff](https://github.com/liufengyun/hashdiff).


Updates `rubocop-performance` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.22.1...v1.23.0)

Updates `slim_lint` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/sds/slim-lint/releases)
- [Changelog](https://github.com/sds/slim-lint/blob/main/CHANGELOG.md)
- [Commits](sds/slim-lint@v0.31.0...v0.31.1)

Updates `hashdiff` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md)
- [Commits](liufengyun/hashdiff@v1.1.1...v1.1.2)

Updates `json` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.8.1...v2.8.2)

Updates `rubocop-ast` from 1.34.1 to 1.36.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.34.1...v1.36.1)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: slim_lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: hashdiff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
...

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 Nov 18, 2024
1 parent 6cf3710 commit 1e27ef4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ GEM
thor (>= 1.0.0)
groupdate (6.5.1)
activesupport (>= 7)
hashdiff (1.1.1)
hashdiff (1.1.2)
hashie (3.6.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand All @@ -228,7 +228,7 @@ GEM
railties (>= 3.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.8.1)
json (2.8.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -387,13 +387,13 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
Expand Down Expand Up @@ -441,7 +441,7 @@ GEM
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 6.0, != 5.0.0)
slim_lint (0.31.0)
slim_lint (0.31.1)
rexml (~> 3.2)
rubocop (>= 1.0, < 2.0)
slim (>= 3.0, < 6.0)
Expand Down

0 comments on commit 1e27ef4

Please sign in to comment.