Skip to content

Commit 3d995b7

Browse files
Bump the dev-ruby-dependencies group 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.78.0 to 1.79.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) Updates `ruby-lsp` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: ruby-lsp dependency-version: 0.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c29749 commit 3d995b7

13 files changed

+10
-8
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
hashdiff (1.2.0)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.12.2)
61+
json (2.13.2)
6262
language_server-protocol (3.17.0.5)
6363
lint_roller (1.1.0)
6464
logger (1.7.0)
@@ -73,7 +73,7 @@ GEM
7373
optimist (3.2.1)
7474
ostruct (0.6.2)
7575
parallel (1.27.0)
76-
parser (3.3.8.0)
76+
parser (3.3.9.0)
7777
ast (~> 2.4.1)
7878
racc
7979
prism (1.4.0)
@@ -100,18 +100,19 @@ GEM
100100
diff-lcs (>= 1.2.0, < 2.0)
101101
rspec-support (~> 3.13.0)
102102
rspec-support (3.13.4)
103-
rubocop (1.78.0)
103+
rubocop (1.79.0)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.0)
107107
parallel (~> 1.10)
108108
parser (>= 3.3.0.2)
109109
rainbow (>= 2.2.2, < 4.0)
110110
regexp_parser (>= 2.9.3, < 3.0)
111-
rubocop-ast (>= 1.45.1, < 2.0)
111+
rubocop-ast (>= 1.46.0, < 2.0)
112112
ruby-progressbar (~> 1.7)
113+
tsort (>= 0.2.0)
113114
unicode-display_width (>= 2.4.0, < 4.0)
114-
rubocop-ast (1.45.1)
115+
rubocop-ast (1.46.0)
115116
parser (>= 3.3.7.2)
116117
prism (~> 1.4)
117118
rubocop-github (0.23.0)
@@ -128,7 +129,7 @@ GEM
128129
rack (>= 1.1)
129130
rubocop (>= 1.75.0, < 2.0)
130131
rubocop-ast (>= 1.44.0, < 2.0)
131-
ruby-lsp (0.25.0)
132+
ruby-lsp (0.26.1)
132133
language_server-protocol (~> 3.17.0)
133134
prism (>= 1.2, < 2.0)
134135
rbs (>= 3, < 5)
@@ -146,6 +147,7 @@ GEM
146147
simplecov (< 1.0)
147148
simplecov-html (0.12.3)
148149
simplecov_json_formatter (0.1.4)
150+
tsort (0.2.0)
149151
tzinfo (2.0.6)
150152
concurrent-ruby (~> 1.0)
151153
unicode-display_width (3.1.4)
@@ -171,7 +173,7 @@ DEPENDENCIES
171173
rubocop (~> 1.64)
172174
rubocop-github (~> 0.20)
173175
rubocop-performance (~> 1.21)
174-
ruby-lsp (~> 0.25.0)
176+
ruby-lsp (~> 0.26.1)
175177
rugged (~> 1.7, >= 1.7.2)
176178
simplecov (~> 0.22.0)
177179
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
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.add_development_dependency "rubocop", "~> 1.64"
2929
s.add_development_dependency "rubocop-github", "~> 0.20"
3030
s.add_development_dependency "rubocop-performance", "~> 1.21"
31-
s.add_development_dependency "ruby-lsp", "~> 0.25.0"
31+
s.add_development_dependency "ruby-lsp", "~> 0.26.1"
3232
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
3333
s.add_development_dependency "simplecov", "~> 0.22.0"
3434
s.add_development_dependency "simplecov-erb", "~> 1.0", ">= 1.0.1"

vendor/cache/json-2.12.2.gem

-74 KB
Binary file not shown.

vendor/cache/json-2.13.2.gem

76 KB
Binary file not shown.

vendor/cache/parser-3.3.8.0.gem

-891 KB
Binary file not shown.

vendor/cache/parser-3.3.9.0.gem

891 KB
Binary file not shown.

vendor/cache/rubocop-1.78.0.gem

-697 KB
Binary file not shown.

vendor/cache/rubocop-1.79.0.gem

699 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.45.1.gem

-60 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.46.0.gem

60 KB
Binary file not shown.

0 commit comments

Comments
 (0)