Skip to content

Commit a29a661

Browse files
authoredFeb 10, 2025··
Bump the dev-ruby-dependencies group with 2 updates
Bumps the dev-ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [webmock](https://github.com/bblimke/webmock). Updates `rubocop` from 1.71.1 to 1.71.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.1...v1.71.2) 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: rubocop dependency-type: direct:development update-type: version-update:semver-patch 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 143086c commit a29a661

16 files changed

+9
-9
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :development do
1414
gem "simplecov", "~> 0.22"
1515
gem "simplecov-erb", "~> 1.0"
1616
gem "vcr", "~> 6.3", ">= 6.3.1"
17-
gem "webmock", "~> 3.24"
17+
gem "webmock", "~> 3.25"
1818
end

‎Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GEM
2828
ast (2.4.2)
2929
base64 (0.2.0)
3030
benchmark (0.3.0)
31-
bigdecimal (3.1.8)
31+
bigdecimal (3.1.9)
3232
concurrent-ruby (1.3.4)
3333
connection_pool (2.4.1)
3434
crack (1.0.0)
@@ -46,15 +46,15 @@ GEM
4646
net-http
4747
faraday-retry (2.2.1)
4848
faraday (~> 2.0)
49-
hashdiff (1.1.1)
49+
hashdiff (1.1.2)
5050
i18n (1.14.6)
5151
concurrent-ruby (~> 1.0)
5252
io-console (0.8.0)
5353
irb (1.15.1)
5454
pp (>= 0.6.0)
5555
rdoc (>= 4.0.0)
5656
reline (>= 0.4.2)
57-
json (2.9.1)
57+
json (2.10.1)
5858
jwt (2.10.1)
5959
base64
6060
language_server-protocol (3.17.0.4)
@@ -66,7 +66,7 @@ GEM
6666
faraday (>= 1, < 3)
6767
sawyer (~> 0.9)
6868
parallel (1.26.3)
69-
parser (3.3.7.0)
69+
parser (3.3.7.1)
7070
ast (~> 2.4.1)
7171
racc
7272
pp (0.6.2)
@@ -87,7 +87,7 @@ GEM
8787
reline (0.6.0)
8888
io-console (~> 0.5)
8989
retryable (3.0.5)
90-
rexml (3.3.9)
90+
rexml (3.4.0)
9191
rspec (3.13.0)
9292
rspec-core (~> 3.13.0)
9393
rspec-expectations (~> 3.13.0)
@@ -101,7 +101,7 @@ GEM
101101
diff-lcs (>= 1.2.0, < 2.0)
102102
rspec-support (~> 3.13.0)
103103
rspec-support (3.13.1)
104-
rubocop (1.71.1)
104+
rubocop (1.71.2)
105105
json (~> 2.3)
106106
language_server-protocol (>= 3.17.0)
107107
parallel (~> 1.10)
@@ -149,7 +149,7 @@ GEM
149149
uri (0.13.1)
150150
vcr (6.3.1)
151151
base64
152-
webmock (3.24.0)
152+
webmock (3.25.0)
153153
addressable (>= 2.8.0)
154154
crack (>= 0.3.2)
155155
hashdiff (>= 0.4.0, < 2.0.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
169169
simplecov (~> 0.22)
170170
simplecov-erb (~> 1.0)
171171
vcr (~> 6.3, >= 6.3.1)
172-
webmock (~> 3.24)
172+
webmock (~> 3.25)
173173

174174
BUNDLED WITH
175175
2.5.3

‎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.

‎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/json-2.10.1.gem

61.5 KB
Binary file not shown.

‎vendor/cache/json-2.9.1.gem

-71.5 KB
Binary file not shown.

‎vendor/cache/parser-3.3.7.0.gem

-934 KB
Binary file not shown.

‎vendor/cache/parser-3.3.7.1.gem

934 KB
Binary file not shown.

‎vendor/cache/rexml-3.3.9.gem

-102 KB
Binary file not shown.

‎vendor/cache/rexml-3.4.0.gem

102 KB
Binary file not shown.

‎vendor/cache/rubocop-1.71.1.gem

-666 KB
Binary file not shown.

‎vendor/cache/rubocop-1.71.2.gem

666 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)
Please sign in to comment.