Skip to content

Commit

Permalink
Gemfile.lock: bump the minor-patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [racc](https://github.com/tenderlove/racc) and [regexp_parser](https://github.com/ammar/regexp_parser).


Updates `rubocop` from 1.63.5 to 1.64.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.5...v1.64.0)

Updates `racc` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/tenderlove/racc/releases)
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog)
- [Commits](ruby/racc@v1.7.3...v1.8.0)

Updates `regexp_parser` from 2.9.1 to 2.9.2
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](ammar/regexp_parser@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: racc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 8f0b027 commit 5883e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-protection (4.0.0)
base64 (>= 0.1.0)
Expand All @@ -53,10 +53,10 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
regexp_parser (2.9.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down

0 comments on commit 5883e09

Please sign in to comment.