Skip to content

Commit 92c38a9

Browse files
Bump the dev-ruby-dependencies group with 3 updates
Updates the requirements on [rspec](https://github.com/rspec/rspec), [rubocop](https://github.com/rubocop/rubocop) and [webmock](https://github.com/bblimke/webmock) to permit the latest version. Updates `rspec` from 3.13.1 to 3.13.2 - [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2) Updates `rubocop` from 1.81.1 to 1.81.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.1...v1.81.6) Updates `webmock` from 3.25.1 to 3.26.0 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.25.1...v3.26.0) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-version: 3.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a6488b commit 92c38a9

26 files changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 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,7 +73,7 @@ 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)
@@ -86,21 +86,21 @@ GEM
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.6)
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.6)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.0)
@@ -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.0)
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)