Skip to content

Commit a93f9bc

Browse files
Merge dependabot/bundler/dev-ruby-dependencies-ce105b5d92 into combined-prs-working
2 parents 807676d + 0e3a27d commit a93f9bc

30 files changed

+16
-16
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ GEM
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.2.2)
32+
bigdecimal (3.3.1)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.3)
3535
contracts (0.17.2)
36-
crack (1.0.0)
36+
crack (1.0.1)
3737
bigdecimal
3838
rexml
3939
diff-lcs (1.6.2)
@@ -55,10 +55,10 @@ GEM
5555
net-http (>= 0.5.0)
5656
faraday-retry (2.3.2)
5757
faraday (~> 2.0)
58-
hashdiff (1.2.0)
58+
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.15.1)
61+
json (2.15.2)
6262
language_server-protocol (3.17.0.5)
6363
lint_roller (1.1.0)
6464
logger (1.7.0)
@@ -73,34 +73,34 @@ GEM
7373
optimist (3.2.1)
7474
ostruct (0.6.2)
7575
parallel (1.27.0)
76-
parser (3.3.9.0)
76+
parser (3.3.10.0)
7777
ast (~> 2.4.1)
7878
racc
7979
prism (1.6.0)
8080
public_suffix (6.0.2)
8181
racc (1.8.1)
8282
rack (3.1.18)
8383
rainbow (3.1.1)
84-
rake (13.3.0)
84+
rake (13.3.1)
8585
rbs (3.6.1)
8686
logger
8787
regexp_parser (2.11.3)
8888
retryable (3.0.5)
89-
rexml (3.4.2)
90-
rspec (3.13.1)
89+
rexml (3.4.4)
90+
rspec (3.13.2)
9191
rspec-core (~> 3.13.0)
9292
rspec-expectations (~> 3.13.0)
9393
rspec-mocks (~> 3.13.0)
94-
rspec-core (3.13.5)
94+
rspec-core (3.13.6)
9595
rspec-support (~> 3.13.0)
9696
rspec-expectations (3.13.5)
9797
diff-lcs (>= 1.2.0, < 2.0)
9898
rspec-support (~> 3.13.0)
99-
rspec-mocks (3.13.5)
99+
rspec-mocks (3.13.7)
100100
diff-lcs (>= 1.2.0, < 2.0)
101101
rspec-support (~> 3.13.0)
102-
rspec-support (3.13.4)
103-
rubocop (1.81.1)
102+
rspec-support (3.13.6)
103+
rubocop (1.81.7)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.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.26.1)
131+
ruby-lsp (0.26.2)
132132
language_server-protocol (~> 3.17.0)
133133
prism (>= 1.2, < 2.0)
134134
rbs (>= 3, < 5)
@@ -154,7 +154,7 @@ GEM
154154
uri (1.0.3)
155155
vcr (6.3.1)
156156
base64
157-
webmock (3.25.1)
157+
webmock (3.26.1)
158158
addressable (>= 2.8.0)
159159
crack (>= 0.3.2)
160160
hashdiff (>= 0.4.0, < 2.0.0)
@@ -167,7 +167,7 @@ DEPENDENCIES
167167
entitlements-app (~> 1.0)
168168
entitlements-github-plugin!
169169
rake (~> 13.2, >= 13.2.1)
170-
rspec (= 3.13.1)
170+
rspec (= 3.13.2)
171171
rubocop (~> 1.64)
172172
rubocop-github (~> 0.20)
173173
rubocop-performance (~> 1.21)

entitlements-github-plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424

2525
s.add_development_dependency "entitlements-app", "~> 1.0"
2626
s.add_development_dependency "rake", "~> 13.2", ">= 13.2.1"
27-
s.add_development_dependency "rspec", "= 3.13.1"
27+
s.add_development_dependency "rspec", "= 3.13.2"
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"

vendor/cache/bigdecimal-3.2.2.gem

-86.5 KB
Binary file not shown.

vendor/cache/bigdecimal-3.3.1.gem

83 KB
Binary file not shown.

vendor/cache/crack-1.0.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/crack-1.0.1.gem

10.5 KB
Binary file not shown.

vendor/cache/hashdiff-1.2.0.gem

-17 KB
Binary file not shown.

vendor/cache/hashdiff-1.2.1.gem

17.5 KB
Binary file not shown.

vendor/cache/json-2.15.1.gem

-77 KB
Binary file not shown.

vendor/cache/json-2.15.2.gem

77 KB
Binary file not shown.

0 commit comments

Comments
 (0)