Skip to content

Commit 9b79943

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-5e9d40d16f
2 parents c9ecd03 + 44c9066 commit 9b79943

16 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
octokit (~> 4.18)
4848
optimist (~> 3.1)
4949
ostruct (~> 0.6.0)
50-
faraday (2.13.2)
50+
faraday (2.13.4)
5151
faraday-net_http (>= 2.0, < 3.5)
5252
json
5353
logger
@@ -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)
@@ -84,7 +84,7 @@ GEM
8484
rake (13.3.0)
8585
rbs (3.6.1)
8686
logger
87-
regexp_parser (2.10.0)
87+
regexp_parser (2.11.0)
8888
retryable (3.0.5)
8989
rexml (3.4.1)
9090
rspec (3.13.1)
@@ -100,18 +100,18 @@ 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.2)
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)
113113
unicode-display_width (>= 2.4.0, < 4.0)
114-
rubocop-ast (1.45.1)
114+
rubocop-ast (1.46.0)
115115
parser (>= 3.3.7.2)
116116
prism (~> 1.4)
117117
rubocop-github (0.23.0)
@@ -128,7 +128,7 @@ GEM
128128
rack (>= 1.1)
129129
rubocop (>= 1.75.0, < 2.0)
130130
rubocop-ast (>= 1.44.0, < 2.0)
131-
ruby-lsp (0.25.0)
131+
ruby-lsp (0.26.1)
132132
language_server-protocol (~> 3.17.0)
133133
prism (>= 1.2, < 2.0)
134134
rbs (>= 3, < 5)
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
rubocop (~> 1.64)
172172
rubocop-github (~> 0.20)
173173
rubocop-performance (~> 1.21)
174-
ruby-lsp (~> 0.25.0)
174+
ruby-lsp (~> 0.26.1)
175175
rugged (~> 1.7, >= 1.7.2)
176176
simplecov (~> 0.22.0)
177177
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/faraday-2.13.2.gem

-72.5 KB
Binary file not shown.

vendor/cache/faraday-2.13.4.gem

73 KB
Binary file not shown.

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.
-57.5 KB
Binary file not shown.
58 KB
Binary file not shown.

0 commit comments

Comments
 (0)