Skip to content

Commit cf96d91

Browse files
authored
Merge branch 'main' into update-codeql
2 parents 47288be + 14869ea commit cf96d91

File tree

11 files changed

+8
-10
lines changed

11 files changed

+8
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v4
2727

28-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
28+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # pin@v1.246.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout
1919
uses: actions/checkout@v4
2020

21-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
21+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # pin@v1.246.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v4
2222

23-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
23+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # pin@v1.246.0
2424
with:
2525
bundler-cache: true
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
25+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # pin@v1.246.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
diff-lcs (>= 1.2.0, < 2.0)
101101
rspec-support (~> 3.13.0)
102102
rspec-support (3.13.4)
103-
rubocop (1.77.0)
103+
rubocop (1.78.0)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.0)
@@ -128,11 +128,10 @@ GEM
128128
rack (>= 1.1)
129129
rubocop (>= 1.75.0, < 2.0)
130130
rubocop-ast (>= 1.44.0, < 2.0)
131-
ruby-lsp (0.24.2)
131+
ruby-lsp (0.25.0)
132132
language_server-protocol (~> 3.17.0)
133133
prism (>= 1.2, < 2.0)
134134
rbs (>= 3, < 5)
135-
sorbet-runtime (>= 0.5.10782)
136135
ruby-progressbar (1.13.0)
137136
rugged (1.9.0)
138137
sawyer (0.9.2)
@@ -147,7 +146,6 @@ GEM
147146
simplecov (< 1.0)
148147
simplecov-html (0.12.3)
149148
simplecov_json_formatter (0.1.4)
150-
sorbet-runtime (0.5.12214)
151149
tzinfo (2.0.6)
152150
concurrent-ruby (~> 1.0)
153151
unicode-display_width (3.1.4)
@@ -173,7 +171,7 @@ DEPENDENCIES
173171
rubocop (~> 1.64)
174172
rubocop-github (~> 0.20)
175173
rubocop-performance (~> 1.21)
176-
ruby-lsp (~> 0.24.2)
174+
ruby-lsp (~> 0.25.0)
177175
rugged (~> 1.7, >= 1.7.2)
178176
simplecov (~> 0.22.0)
179177
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.24.2"
31+
s.add_development_dependency "ruby-lsp", "~> 0.25.0"
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/rubocop-1.77.0.gem

-695 KB
Binary file not shown.

vendor/cache/rubocop-1.78.0.gem

697 KB
Binary file not shown.

vendor/cache/ruby-lsp-0.24.2.gem

-165 KB
Binary file not shown.

vendor/cache/ruby-lsp-0.25.0.gem

165 KB
Binary file not shown.

0 commit comments

Comments
 (0)