Skip to content

Commit 68a49d4

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 4 updates
Bumps the dev-ruby-dependencies group with 4 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance), [vcr](https://github.com/vcr/vcr) and [webmock](https://github.com/bblimke/webmock). Updates `rubocop` from 1.65.0 to 1.69.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.0...v1.69.1) Updates `rubocop-performance` from 1.21.1 to 1.23.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.21.1...v1.23.0) Updates `vcr` from 6.2.0 to 6.3.1 - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](vcr/vcr@v6.2.0...v6.3.1) Updates `webmock` from 3.23.1 to 3.24.0 - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.23.1...v3.24.0) --- updated-dependencies: - dependency-name: rubocop 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: vcr 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 660357a commit 68a49d4

26 files changed

+18
-16
lines changed

Gemfile.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ GEM
4949
logger
5050
faraday-net_http (3.4.0)
5151
net-http (>= 0.5.0)
52-
hashdiff (1.1.0)
52+
hashdiff (1.1.2)
5353
i18n (1.14.5)
5454
concurrent-ruby (~> 1.0)
5555
io-console (0.7.2)
5656
irb (1.13.1)
5757
rdoc (>= 4.0.0)
5858
reline (>= 0.4.2)
59-
json (2.7.2)
59+
json (2.9.0)
6060
language_server-protocol (3.17.0.3)
6161
logger (1.6.2)
6262
minitest (5.23.1)
@@ -69,20 +69,20 @@ GEM
6969
sawyer (~> 0.9)
7070
optimist (3.2.0)
7171
ostruct (0.6.1)
72-
parallel (1.25.1)
73-
parser (3.3.4.0)
72+
parallel (1.26.3)
73+
parser (3.3.6.0)
7474
ast (~> 2.4.1)
7575
racc
7676
psych (5.1.2)
7777
stringio
7878
public_suffix (6.0.1)
79-
racc (1.8.0)
79+
racc (1.8.1)
8080
rack (3.0.11)
8181
rainbow (3.1.1)
8282
rake (13.2.1)
8383
rdoc (6.7.0)
8484
psych (>= 4.0.0)
85-
regexp_parser (2.9.2)
85+
regexp_parser (2.9.3)
8686
reline (0.5.8)
8787
io-console (~> 0.5)
8888
rexml (3.3.9)
@@ -99,24 +99,23 @@ GEM
9999
diff-lcs (>= 1.2.0, < 2.0)
100100
rspec-support (~> 3.13.0)
101101
rspec-support (3.13.1)
102-
rubocop (1.65.0)
102+
rubocop (1.69.1)
103103
json (~> 2.3)
104104
language_server-protocol (>= 3.17.0)
105105
parallel (~> 1.10)
106106
parser (>= 3.3.0.2)
107107
rainbow (>= 2.2.2, < 4.0)
108-
regexp_parser (>= 2.4, < 3.0)
109-
rexml (>= 3.2.5, < 4.0)
110-
rubocop-ast (>= 1.31.1, < 2.0)
108+
regexp_parser (>= 2.9.3, < 3.0)
109+
rubocop-ast (>= 1.36.2, < 2.0)
111110
ruby-progressbar (~> 1.7)
112-
unicode-display_width (>= 2.4.0, < 3.0)
113-
rubocop-ast (1.31.3)
111+
unicode-display_width (>= 2.4.0, < 4.0)
112+
rubocop-ast (1.36.2)
114113
parser (>= 3.3.1.0)
115114
rubocop-github (0.20.0)
116115
rubocop (>= 1.37)
117116
rubocop-performance (>= 1.15)
118117
rubocop-rails (>= 2.17)
119-
rubocop-performance (1.21.1)
118+
rubocop-performance (1.23.0)
120119
rubocop (>= 1.48.1, < 2.0)
121120
rubocop-ast (>= 1.31.1, < 2.0)
122121
rubocop-rails (2.25.0)
@@ -140,10 +139,13 @@ GEM
140139
stringio (3.1.0)
141140
tzinfo (2.0.6)
142141
concurrent-ruby (~> 1.0)
143-
unicode-display_width (2.5.0)
142+
unicode-display_width (3.1.2)
143+
unicode-emoji (~> 4.0, >= 4.0.4)
144+
unicode-emoji (4.0.4)
144145
uri (1.0.2)
145-
vcr (6.2.0)
146-
webmock (3.23.1)
146+
vcr (6.3.1)
147+
base64
148+
webmock (3.24.0)
147149
addressable (>= 2.8.0)
148150
crack (>= 0.3.2)
149151
hashdiff (>= 0.4.0, < 2.0.0)

vendor/cache/hashdiff-1.1.0.gem

-20.5 KB
Binary file not shown.

vendor/cache/hashdiff-1.1.2.gem

16.5 KB
Binary file not shown.

vendor/cache/json-2.7.2.gem

-67 KB
Binary file not shown.

vendor/cache/json-2.9.0.gem

71.5 KB
Binary file not shown.

vendor/cache/parallel-1.25.1.gem

-10.5 KB
Binary file not shown.

vendor/cache/parallel-1.26.3.gem

11 KB
Binary file not shown.

vendor/cache/parser-3.3.4.0.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.6.0.gem

933 KB
Binary file not shown.

vendor/cache/racc-1.8.0.gem

-63 KB
Binary file not shown.

0 commit comments

Comments
 (0)