Skip to content

Commit

Permalink
Bump the minor-and-patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [psych](https://github.com/ruby/psych).


Updates `rubocop` from 1.56.4 to 1.57.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.4...v1.57.1)

Updates `sorbet-static-and-runtime` from 0.5.11066 to 0.5.11072
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `psych` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: psych
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 28955f3 commit 5d61369
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem "minitest-reporters", "~> 1.6"
gem "mocha", "~> 2.1"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.56"
gem "rubocop", "~> 1.57"
gem "rubocop-shopify", "~> 2.14", require: false
gem "rubocop-minitest", "~> 0.32.2", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ GEM
ruby2_keywords (>= 0.0.5)
netrc (0.11.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.13.0)
psych (5.1.0)
psych (5.1.1)
stringio
racc (1.7.1)
rainbow (3.1.1)
Expand All @@ -48,16 +48,16 @@ GEM
yarp (>= 0.11.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -76,20 +76,20 @@ GEM
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.11066)
sorbet-static (= 0.5.11066)
sorbet-runtime (0.5.11066)
sorbet-static (0.5.11066-universal-darwin)
sorbet-static (0.5.11066-x86_64-linux)
sorbet-static-and-runtime (0.5.11066)
sorbet (= 0.5.11066)
sorbet-runtime (= 0.5.11066)
sorbet (0.5.11072)
sorbet-static (= 0.5.11072)
sorbet-runtime (0.5.11072)
sorbet-static (0.5.11072-universal-darwin)
sorbet-static (0.5.11072-x86_64-linux)
sorbet-static-and-runtime (0.5.11072)
sorbet (= 0.5.11072)
sorbet-runtime (= 0.5.11072)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
stringio (3.0.7)
stringio (3.0.8)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.11.9)
Expand Down Expand Up @@ -125,7 +125,7 @@ DEPENDENCIES
psych (~> 5.1)
rake (~> 13.0)
rdoc
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-minitest (~> 0.32.2)
rubocop-rake (~> 0.6.0)
rubocop-shopify (~> 2.14)
Expand Down

0 comments on commit 5d61369

Please sign in to comment.