Skip to content

Commit c3d24d2

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 5 updates
Bumps the dev-ruby-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [debug](https://github.com/ruby/debug) | `1.9.2` | `1.10.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.65.0` | `1.69.2` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.1` | `1.23.0` | | [vcr](https://github.com/vcr/vcr) | `6.2.0` | `6.3.1` | | [webmock](https://github.com/bblimke/webmock) | `3.23.1` | `3.24.0` | Updates `debug` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.9.2...v1.10.0) Updates `rubocop` from 1.65.0 to 1.69.2 - [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.2) 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: debug 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-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 c3d24d2

Some content is hidden

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

43 files changed

+28
-24
lines changed

Gemfile.lock

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ GEM
2929
crack (1.0.0)
3030
bigdecimal
3131
rexml
32-
debug (1.9.2)
32+
date (3.4.1)
33+
debug (1.10.0)
3334
irb (~> 1.10)
3435
reline (>= 0.3.8)
3536
diff-lcs (1.5.1)
@@ -49,14 +50,14 @@ GEM
4950
logger
5051
faraday-net_http (3.4.0)
5152
net-http (>= 0.5.0)
52-
hashdiff (1.1.0)
53+
hashdiff (1.1.2)
5354
i18n (1.14.5)
5455
concurrent-ruby (~> 1.0)
55-
io-console (0.7.2)
56-
irb (1.13.1)
56+
io-console (0.8.0)
57+
irb (1.14.3)
5758
rdoc (>= 4.0.0)
5859
reline (>= 0.4.2)
59-
json (2.7.2)
60+
json (2.9.1)
6061
language_server-protocol (3.17.0.3)
6162
logger (1.6.2)
6263
minitest (5.23.1)
@@ -69,23 +70,24 @@ GEM
6970
sawyer (~> 0.9)
7071
optimist (3.2.0)
7172
ostruct (0.6.1)
72-
parallel (1.25.1)
73-
parser (3.3.4.0)
73+
parallel (1.26.3)
74+
parser (3.3.6.0)
7475
ast (~> 2.4.1)
7576
racc
76-
psych (5.1.2)
77+
psych (5.2.2)
78+
date
7779
stringio
7880
public_suffix (6.0.1)
79-
racc (1.8.0)
81+
racc (1.8.1)
8082
rack (3.0.11)
8183
rainbow (3.1.1)
8284
rake (13.2.1)
83-
rdoc (6.7.0)
85+
rdoc (6.10.0)
8486
psych (>= 4.0.0)
85-
regexp_parser (2.9.2)
86-
reline (0.5.8)
87+
regexp_parser (2.9.3)
88+
reline (0.6.0)
8789
io-console (~> 0.5)
88-
rexml (3.3.9)
90+
rexml (3.4.0)
8991
rspec (3.13.0)
9092
rspec-core (~> 3.13.0)
9193
rspec-expectations (~> 3.13.0)
@@ -99,24 +101,23 @@ GEM
99101
diff-lcs (>= 1.2.0, < 2.0)
100102
rspec-support (~> 3.13.0)
101103
rspec-support (3.13.1)
102-
rubocop (1.65.0)
104+
rubocop (1.69.2)
103105
json (~> 2.3)
104106
language_server-protocol (>= 3.17.0)
105107
parallel (~> 1.10)
106108
parser (>= 3.3.0.2)
107109
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)
110+
regexp_parser (>= 2.9.3, < 3.0)
111+
rubocop-ast (>= 1.36.2, < 2.0)
111112
ruby-progressbar (~> 1.7)
112-
unicode-display_width (>= 2.4.0, < 3.0)
113-
rubocop-ast (1.31.3)
113+
unicode-display_width (>= 2.4.0, < 4.0)
114+
rubocop-ast (1.37.0)
114115
parser (>= 3.3.1.0)
115116
rubocop-github (0.20.0)
116117
rubocop (>= 1.37)
117118
rubocop-performance (>= 1.15)
118119
rubocop-rails (>= 2.17)
119-
rubocop-performance (1.21.1)
120+
rubocop-performance (1.23.0)
120121
rubocop (>= 1.48.1, < 2.0)
121122
rubocop-ast (>= 1.31.1, < 2.0)
122123
rubocop-rails (2.25.0)
@@ -137,13 +138,16 @@ GEM
137138
simplecov (< 1.0)
138139
simplecov-html (0.12.3)
139140
simplecov_json_formatter (0.1.4)
140-
stringio (3.1.0)
141+
stringio (3.1.2)
141142
tzinfo (2.0.6)
142143
concurrent-ruby (~> 1.0)
143-
unicode-display_width (2.5.0)
144+
unicode-display_width (3.1.2)
145+
unicode-emoji (~> 4.0, >= 4.0.4)
146+
unicode-emoji (4.0.4)
144147
uri (1.0.2)
145-
vcr (6.2.0)
146-
webmock (3.23.1)
148+
vcr (6.3.1)
149+
base64
150+
webmock (3.24.0)
147151
addressable (>= 2.8.0)
148152
crack (>= 0.3.2)
149153
hashdiff (>= 0.4.0, < 2.0.0)

vendor/cache/date-3.4.1.gem

75 KB
Binary file not shown.

vendor/cache/debug-1.10.0.gem

97.5 KB
Binary file not shown.

vendor/cache/debug-1.9.2.gem

-97 KB
Binary file not shown.

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/io-console-0.7.2.gem

-24 KB
Binary file not shown.

vendor/cache/io-console-0.8.0.gem

26 KB
Binary file not shown.

vendor/cache/irb-1.13.1.gem

-92.5 KB
Binary file not shown.

vendor/cache/irb-1.14.3.gem

95.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)