Skip to content

Commit 7a1643f

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 7 updates
Updates the requirements on [entitlements-app](https://github.com/github/entitlements-app), [rubocop](https://github.com/rubocop/rubocop), [rubocop-github](https://github.com/github/rubocop-github), [rubocop-performance](https://github.com/rubocop/rubocop-performance), [ruby-lsp](https://github.com/Shopify/ruby-lsp), [rugged](https://github.com/libgit2/rugged) and [webmock](https://github.com/bblimke/webmock) to permit the latest version. Updates `entitlements-app` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/github/entitlements-app/releases) - [Commits](github/entitlements-app@v1.1.0...v1.2.0) Updates `rubocop` from 1.66.1 to 1.72.2 - [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.72.2) Updates `rubocop-github` from 0.20.0 to 0.22.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.20.0...v0.22.0) Updates `rubocop-performance` from 1.22.1 to 1.24.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.22.1...v1.24.0) Updates `ruby-lsp` from 0.19.1 to 0.23.11 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.19.1...v0.23.11) Updates `rugged` from 1.7.2 to 1.9.0 - [Release notes](https://github.com/libgit2/rugged/releases) - [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md) - [Commits](libgit2/rugged@v1.7.2...v1.9.0) Updates `webmock` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.24.0...v3.25.0) --- updated-dependencies: - dependency-name: entitlements-app dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-performance 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 - dependency-name: rugged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 479063c commit 7a1643f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+56
-45
lines changed

Gemfile.lock

Lines changed: 55 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -10,76 +10,81 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (7.1.3.3)
13+
activesupport (7.1.5.1)
1414
base64
15+
benchmark (>= 0.3)
1516
bigdecimal
1617
concurrent-ruby (~> 1.0, >= 1.0.2)
1718
connection_pool (>= 2.2.5)
1819
drb
1920
i18n (>= 1.6, < 2)
21+
logger (>= 1.4.2)
2022
minitest (>= 5.1)
2123
mutex_m
24+
securerandom (>= 0.3)
2225
tzinfo (~> 2.0)
2326
addressable (2.8.7)
2427
public_suffix (>= 2.0.2, < 7.0)
2528
ast (2.4.2)
2629
base64 (0.2.0)
27-
bigdecimal (3.1.8)
28-
concurrent-ruby (1.3.4)
29-
connection_pool (2.4.1)
30+
benchmark (0.4.0)
31+
bigdecimal (3.1.9)
32+
concurrent-ruby (1.3.5)
33+
connection_pool (2.5.0)
3034
contracts (0.17.2)
3135
crack (1.0.0)
3236
bigdecimal
3337
rexml
3438
diff-lcs (1.5.1)
3539
docile (1.4.0)
3640
drb (2.2.1)
37-
entitlements-app (1.1.0)
41+
entitlements-app (1.2.0)
3842
concurrent-ruby (~> 1.3, >= 1.3.1)
3943
faraday (~> 2.0)
4044
logger (~> 1.6)
4145
net-ldap (~> 0.19)
4246
octokit (~> 4.18)
4347
optimist (~> 3.1)
4448
ostruct (~> 0.6.0)
45-
faraday (2.12.1)
49+
faraday (2.12.2)
4650
faraday-net_http (>= 2.0, < 3.5)
4751
json
4852
logger
4953
faraday-net_http (3.4.0)
5054
net-http (>= 0.5.0)
5155
faraday-retry (2.2.1)
5256
faraday (~> 2.0)
53-
hashdiff (1.1.1)
54-
i18n (1.14.5)
57+
hashdiff (1.1.2)
58+
i18n (1.14.7)
5559
concurrent-ruby (~> 1.0)
56-
json (2.8.2)
57-
language_server-protocol (3.17.0.3)
58-
logger (1.6.2)
59-
minitest (5.23.1)
60-
mutex_m (0.2.0)
60+
json (2.10.1)
61+
language_server-protocol (3.17.0.4)
62+
lint_roller (1.1.0)
63+
logger (1.6.6)
64+
minitest (5.25.4)
65+
mutex_m (0.3.0)
6166
net-http (0.6.0)
6267
uri
6368
net-ldap (0.19.0)
6469
octokit (4.25.1)
6570
faraday (>= 1, < 3)
6671
sawyer (~> 0.9)
67-
optimist (3.1.0)
68-
ostruct (0.6.0)
72+
optimist (3.2.0)
73+
ostruct (0.6.1)
6974
parallel (1.26.3)
70-
parser (3.3.5.0)
75+
parser (3.3.7.1)
7176
ast (~> 2.4.1)
7277
racc
73-
prism (1.1.0)
78+
prism (1.3.0)
7479
public_suffix (6.0.1)
7580
racc (1.8.1)
76-
rack (3.0.12)
81+
rack (3.1.10)
7782
rainbow (3.1.1)
7883
rake (13.2.1)
7984
rbs (3.6.1)
8085
logger
81-
regexp_parser (2.9.2)
82-
rexml (3.3.9)
86+
regexp_parser (2.10.0)
87+
rexml (3.4.1)
8388
rspec (3.13.0)
8489
rspec-core (~> 3.13.0)
8590
rspec-expectations (~> 3.13.0)
@@ -93,40 +98,44 @@ GEM
9398
diff-lcs (>= 1.2.0, < 2.0)
9499
rspec-support (~> 3.13.0)
95100
rspec-support (3.13.1)
96-
rubocop (1.66.1)
101+
rubocop (1.73.1)
97102
json (~> 2.3)
98-
language_server-protocol (>= 3.17.0)
103+
language_server-protocol (~> 3.17.0.2)
104+
lint_roller (~> 1.1.0)
99105
parallel (~> 1.10)
100106
parser (>= 3.3.0.2)
101107
rainbow (>= 2.2.2, < 4.0)
102-
regexp_parser (>= 2.4, < 3.0)
103-
rubocop-ast (>= 1.32.2, < 2.0)
108+
regexp_parser (>= 2.9.3, < 3.0)
109+
rubocop-ast (>= 1.38.0, < 2.0)
104110
ruby-progressbar (~> 1.7)
105-
unicode-display_width (>= 2.4.0, < 3.0)
106-
rubocop-ast (1.32.3)
111+
unicode-display_width (>= 2.4.0, < 4.0)
112+
rubocop-ast (1.38.1)
107113
parser (>= 3.3.1.0)
108-
rubocop-github (0.20.0)
109-
rubocop (>= 1.37)
110-
rubocop-performance (>= 1.15)
111-
rubocop-rails (>= 2.17)
112-
rubocop-performance (1.22.1)
113-
rubocop (>= 1.48.1, < 2.0)
114-
rubocop-ast (>= 1.31.1, < 2.0)
115-
rubocop-rails (2.25.0)
114+
rubocop-github (0.23.0)
115+
rubocop (>= 1.72)
116+
rubocop-performance (>= 1.24)
117+
rubocop-rails (>= 2.23)
118+
rubocop-performance (1.24.0)
119+
lint_roller (~> 1.1)
120+
rubocop (>= 1.72.1, < 2.0)
121+
rubocop-ast (>= 1.38.0, < 2.0)
122+
rubocop-rails (2.30.3)
116123
activesupport (>= 4.2.0)
124+
lint_roller (~> 1.1)
117125
rack (>= 1.1)
118-
rubocop (>= 1.33.0, < 2.0)
119-
rubocop-ast (>= 1.31.1, < 2.0)
120-
ruby-lsp (0.19.1)
126+
rubocop (>= 1.72.1, < 2.0)
127+
rubocop-ast (>= 1.38.0, < 2.0)
128+
ruby-lsp (0.23.11)
121129
language_server-protocol (~> 3.17.0)
122-
prism (>= 1.1, < 2.0)
130+
prism (>= 1.2, < 2.0)
123131
rbs (>= 3, < 4)
124132
sorbet-runtime (>= 0.5.10782)
125133
ruby-progressbar (1.13.0)
126-
rugged (1.7.2)
134+
rugged (1.9.0)
127135
sawyer (0.9.2)
128136
addressable (>= 2.3.5)
129137
faraday (>= 0.17.3, < 3)
138+
securerandom (0.3.2)
130139
simplecov (0.22.0)
131140
docile (~> 1.1)
132141
simplecov-html (~> 0.11)
@@ -135,14 +144,16 @@ GEM
135144
simplecov (< 1.0)
136145
simplecov-html (0.12.3)
137146
simplecov_json_formatter (0.1.4)
138-
sorbet-runtime (0.5.11597)
147+
sorbet-runtime (0.5.11875)
139148
tzinfo (2.0.6)
140149
concurrent-ruby (~> 1.0)
141-
unicode-display_width (2.6.0)
142-
uri (1.0.2)
150+
unicode-display_width (3.1.4)
151+
unicode-emoji (~> 4.0, >= 4.0.4)
152+
unicode-emoji (4.0.4)
153+
uri (1.0.3)
143154
vcr (6.3.1)
144155
base64
145-
webmock (3.24.0)
156+
webmock (3.25.0)
146157
addressable (>= 2.8.0)
147158
crack (>= 0.3.2)
148159
hashdiff (>= 0.4.0, < 2.0.0)
@@ -159,7 +170,7 @@ DEPENDENCIES
159170
rubocop (~> 1.64)
160171
rubocop-github (~> 0.20)
161172
rubocop-performance (~> 1.21)
162-
ruby-lsp (~> 0.19.1)
173+
ruby-lsp (~> 0.23.11)
163174
rugged (~> 1.7, >= 1.7.2)
164175
simplecov (~> 0.22.0)
165176
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.23.11"
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"
-252 KB
Binary file not shown.
253 KB
Binary file not shown.

vendor/cache/benchmark-0.4.0.gem

14 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.8.gem

-86.5 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.9.gem

86.5 KB
Binary file not shown.
-342 KB
Binary file not shown.
342 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
12 KB
Binary file not shown.
-154 KB
Binary file not shown.
155 KB
Binary file not shown.

vendor/cache/faraday-2.12.1.gem

-72 KB
Binary file not shown.

vendor/cache/faraday-2.12.2.gem

72 KB
Binary file not shown.

vendor/cache/hashdiff-1.1.1.gem

-16.5 KB
Binary file not shown.

vendor/cache/hashdiff-1.1.2.gem

16.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.5.gem

-45.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.7.gem

45.5 KB
Binary file not shown.

vendor/cache/json-2.10.1.gem

61.5 KB
Binary file not shown.

vendor/cache/json-2.8.2.gem

-70.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

vendor/cache/lint_roller-1.1.0.gem

9.5 KB
Binary file not shown.

vendor/cache/logger-1.6.2.gem

-15 KB
Binary file not shown.

vendor/cache/logger-1.6.6.gem

18 KB
Binary file not shown.

vendor/cache/minitest-5.23.1.gem

-98 KB
Binary file not shown.

vendor/cache/minitest-5.25.4.gem

98.5 KB
Binary file not shown.

vendor/cache/mutex_m-0.2.0.gem

-7 KB
Binary file not shown.

vendor/cache/mutex_m-0.3.0.gem

7.5 KB
Binary file not shown.

vendor/cache/optimist-3.1.0.gem

-31 KB
Binary file not shown.

vendor/cache/optimist-3.2.0.gem

40.5 KB
Binary file not shown.

vendor/cache/ostruct-0.6.0.gem

-11.5 KB
Binary file not shown.

vendor/cache/ostruct-0.6.1.gem

12.5 KB
Binary file not shown.

vendor/cache/parser-3.3.5.0.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.7.1.gem

934 KB
Binary file not shown.

vendor/cache/prism-1.1.0.gem

-581 KB
Binary file not shown.

vendor/cache/prism-1.3.0.gem

606 KB
Binary file not shown.

vendor/cache/rack-3.0.12.gem

-107 KB
Binary file not shown.

vendor/cache/rack-3.1.10.gem

109 KB
Binary file not shown.

vendor/cache/regexp_parser-2.10.0.gem

57.5 KB
Binary file not shown.

vendor/cache/regexp_parser-2.9.2.gem

-57 KB
Binary file not shown.

vendor/cache/rexml-3.3.9.gem

-102 KB
Binary file not shown.

vendor/cache/rexml-3.4.1.gem

103 KB
Binary file not shown.

vendor/cache/rubocop-1.66.1.gem

-631 KB
Binary file not shown.

vendor/cache/rubocop-1.73.1.gem

679 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.32.3.gem

-56.5 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.38.1.gem

59 KB
Binary file not shown.
-25.5 KB
Binary file not shown.
27.5 KB
Binary file not shown.
-43 KB
Binary file not shown.
44 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.25.0.gem

-107 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.30.3.gem

113 KB
Binary file not shown.

vendor/cache/ruby-lsp-0.19.1.gem

-130 KB
Binary file not shown.

vendor/cache/ruby-lsp-0.23.11.gem

154 KB
Binary file not shown.

vendor/cache/rugged-1.7.2.gem

-1.75 MB
Binary file not shown.

vendor/cache/rugged-1.9.0.gem

1.8 MB
Binary file not shown.

vendor/cache/securerandom-0.3.2.gem

11.5 KB
Binary file not shown.
-87 KB
Binary file not shown.
87 KB
Binary file not shown.
-13 KB
Binary file not shown.
18 KB
Binary file not shown.

vendor/cache/unicode-emoji-4.0.4.gem

164 KB
Binary file not shown.

vendor/cache/uri-1.0.2.gem

-36 KB
Binary file not shown.

vendor/cache/uri-1.0.3.gem

36 KB
Binary file not shown.

vendor/cache/webmock-3.24.0.gem

-69 KB
Binary file not shown.

vendor/cache/webmock-3.25.0.gem

69.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)