Skip to content

Commit 10abaff

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 2 updates
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) and [ruby-lsp](https://github.com/Shopify/ruby-lsp) to permit the latest version. Updates `rubocop` from 1.66.1 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.68.0) Updates `ruby-lsp` from 0.19.1 to 0.21.3 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.19.1...v0.21.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: ruby-lsp dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2276dca commit 10abaff

16 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ GEM
5353
hashdiff (1.1.1)
5454
i18n (1.14.5)
5555
concurrent-ruby (~> 1.0)
56-
json (2.7.2)
56+
json (2.8.1)
5757
language_server-protocol (3.17.0.3)
5858
logger (1.6.1)
5959
minitest (5.23.1)
@@ -67,10 +67,10 @@ GEM
6767
optimist (3.1.0)
6868
ostruct (0.6.0)
6969
parallel (1.26.3)
70-
parser (3.3.5.0)
70+
parser (3.3.6.0)
7171
ast (~> 2.4.1)
7272
racc
73-
prism (1.1.0)
73+
prism (1.2.0)
7474
public_suffix (6.0.1)
7575
racc (1.8.1)
7676
rack (3.0.11)
@@ -93,7 +93,7 @@ GEM
9393
diff-lcs (>= 1.2.0, < 2.0)
9494
rspec-support (~> 3.13.0)
9595
rspec-support (3.13.1)
96-
rubocop (1.66.1)
96+
rubocop (1.68.0)
9797
json (~> 2.3)
9898
language_server-protocol (>= 3.17.0)
9999
parallel (~> 1.10)
@@ -103,7 +103,7 @@ GEM
103103
rubocop-ast (>= 1.32.2, < 2.0)
104104
ruby-progressbar (~> 1.7)
105105
unicode-display_width (>= 2.4.0, < 3.0)
106-
rubocop-ast (1.32.3)
106+
rubocop-ast (1.35.0)
107107
parser (>= 3.3.1.0)
108108
rubocop-github (0.20.0)
109109
rubocop (>= 1.37)
@@ -117,9 +117,9 @@ GEM
117117
rack (>= 1.1)
118118
rubocop (>= 1.33.0, < 2.0)
119119
rubocop-ast (>= 1.31.1, < 2.0)
120-
ruby-lsp (0.19.1)
120+
ruby-lsp (0.21.3)
121121
language_server-protocol (~> 3.17.0)
122-
prism (>= 1.1, < 2.0)
122+
prism (>= 1.2, < 2.0)
123123
rbs (>= 3, < 4)
124124
sorbet-runtime (>= 0.5.10782)
125125
ruby-progressbar (1.13.0)
@@ -135,7 +135,7 @@ GEM
135135
simplecov (< 1.0)
136136
simplecov-html (0.12.3)
137137
simplecov_json_formatter (0.1.4)
138-
sorbet-runtime (0.5.11597)
138+
sorbet-runtime (0.5.11645)
139139
tzinfo (2.0.6)
140140
concurrent-ruby (~> 1.0)
141141
unicode-display_width (2.6.0)
@@ -159,7 +159,7 @@ DEPENDENCIES
159159
rubocop (~> 1.64)
160160
rubocop-github (~> 0.20)
161161
rubocop-performance (~> 1.21)
162-
ruby-lsp (~> 0.19.1)
162+
ruby-lsp (~> 0.21.3)
163163
rugged (~> 1.7, >= 1.7.2)
164164
simplecov (~> 0.22.0)
165165
simplecov-erb (~> 1.0, >= 1.0.1)

entitlements-github-plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
s.add_development_dependency "rubocop", "~> 1.64"
2828
s.add_development_dependency "rubocop-github", "~> 0.20"
2929
s.add_development_dependency "rubocop-performance", "~> 1.21"
30-
s.add_development_dependency "ruby-lsp", "~> 0.19.1"
30+
s.add_development_dependency "ruby-lsp", "~> 0.21.3"
3131
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
3232
s.add_development_dependency "simplecov", "~> 0.22.0"
3333
s.add_development_dependency "simplecov-erb", "~> 1.0", ">= 1.0.1"

vendor/cache/json-2.7.2.gem

-67 KB
Binary file not shown.

vendor/cache/json-2.8.1.gem

70 KB
Binary file not shown.

vendor/cache/parser-3.3.5.0.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.6.0.gem

933 KB
Binary file not shown.

vendor/cache/prism-1.1.0.gem

-581 KB
Binary file not shown.

vendor/cache/prism-1.2.0.gem

592 KB
Binary file not shown.

vendor/cache/rubocop-1.66.1.gem

-631 KB
Binary file not shown.

vendor/cache/rubocop-1.68.0.gem

642 KB
Binary file not shown.

0 commit comments

Comments
 (0)