Skip to content

Commit 2572277

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 6 updates
Bumps the dev-ruby-dependencies group with 6 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.71.1` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.1` | `1.23.1` | | [rugged](https://github.com/libgit2/rugged) | `1.7.2` | `1.9.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.71.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.71.1) Updates `rubocop-performance` from 1.21.1 to 1.23.1 - [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.1) Updates `rugged` from 1.7.2 to 1.9.0 - [Release notes](https://github.com/libgit2/rugged/releases) - [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md) - [Commits](libgit2/rugged@v1.7.2...v1.9.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: rugged 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 2572277

Some content is hidden

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

51 files changed

+35
-27
lines changed

Gemfile.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ GEM
2222
public_suffix (>= 2.0.2, < 7.0)
2323
ast (2.4.2)
2424
base64 (0.2.0)
25-
bigdecimal (3.1.8)
25+
bigdecimal (3.1.9)
2626
concurrent-ruby (1.3.4)
2727
connection_pool (2.4.1)
2828
contracts (0.17.2)
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,15 +50,16 @@ 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.15.1)
58+
pp (>= 0.6.0)
5759
rdoc (>= 4.0.0)
5860
reline (>= 0.4.2)
59-
json (2.7.2)
60-
language_server-protocol (3.17.0.3)
61+
json (2.9.1)
62+
language_server-protocol (3.17.0.4)
6163
logger (1.6.2)
6264
minitest (5.23.1)
6365
mutex_m (0.2.0)
@@ -69,23 +71,27 @@ GEM
6971
sawyer (~> 0.9)
7072
optimist (3.2.0)
7173
ostruct (0.6.1)
72-
parallel (1.25.1)
73-
parser (3.3.4.0)
74+
parallel (1.26.3)
75+
parser (3.3.7.0)
7476
ast (~> 2.4.1)
7577
racc
76-
psych (5.1.2)
78+
pp (0.6.2)
79+
prettyprint
80+
prettyprint (0.2.0)
81+
psych (5.2.3)
82+
date
7783
stringio
7884
public_suffix (6.0.1)
79-
racc (1.8.0)
85+
racc (1.8.1)
8086
rack (3.0.11)
8187
rainbow (3.1.1)
8288
rake (13.2.1)
83-
rdoc (6.7.0)
89+
rdoc (6.11.0)
8490
psych (>= 4.0.0)
85-
regexp_parser (2.9.2)
86-
reline (0.5.8)
91+
regexp_parser (2.10.0)
92+
reline (0.6.0)
8793
io-console (~> 0.5)
88-
rexml (3.3.9)
94+
rexml (3.4.0)
8995
rspec (3.13.0)
9096
rspec-core (~> 3.13.0)
9197
rspec-expectations (~> 3.13.0)
@@ -99,24 +105,23 @@ GEM
99105
diff-lcs (>= 1.2.0, < 2.0)
100106
rspec-support (~> 3.13.0)
101107
rspec-support (3.13.1)
102-
rubocop (1.65.0)
108+
rubocop (1.71.1)
103109
json (~> 2.3)
104110
language_server-protocol (>= 3.17.0)
105111
parallel (~> 1.10)
106112
parser (>= 3.3.0.2)
107113
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)
114+
regexp_parser (>= 2.9.3, < 3.0)
115+
rubocop-ast (>= 1.38.0, < 2.0)
111116
ruby-progressbar (~> 1.7)
112-
unicode-display_width (>= 2.4.0, < 3.0)
113-
rubocop-ast (1.31.3)
117+
unicode-display_width (>= 2.4.0, < 4.0)
118+
rubocop-ast (1.38.0)
114119
parser (>= 3.3.1.0)
115120
rubocop-github (0.20.0)
116121
rubocop (>= 1.37)
117122
rubocop-performance (>= 1.15)
118123
rubocop-rails (>= 2.17)
119-
rubocop-performance (1.21.1)
124+
rubocop-performance (1.23.1)
120125
rubocop (>= 1.48.1, < 2.0)
121126
rubocop-ast (>= 1.31.1, < 2.0)
122127
rubocop-rails (2.25.0)
@@ -125,7 +130,7 @@ GEM
125130
rubocop (>= 1.33.0, < 2.0)
126131
rubocop-ast (>= 1.31.1, < 2.0)
127132
ruby-progressbar (1.13.0)
128-
rugged (1.7.2)
133+
rugged (1.9.0)
129134
sawyer (0.9.2)
130135
addressable (>= 2.3.5)
131136
faraday (>= 0.17.3, < 3)
@@ -137,13 +142,16 @@ GEM
137142
simplecov (< 1.0)
138143
simplecov-html (0.12.3)
139144
simplecov_json_formatter (0.1.4)
140-
stringio (3.1.0)
145+
stringio (3.1.2)
141146
tzinfo (2.0.6)
142147
concurrent-ruby (~> 1.0)
143-
unicode-display_width (2.5.0)
148+
unicode-display_width (3.1.4)
149+
unicode-emoji (~> 4.0, >= 4.0.4)
150+
unicode-emoji (4.0.4)
144151
uri (1.0.2)
145-
vcr (6.2.0)
146-
webmock (3.23.1)
152+
vcr (6.3.1)
153+
base64
154+
webmock (3.24.0)
147155
addressable (>= 2.8.0)
148156
crack (>= 0.3.2)
149157
hashdiff (>= 0.4.0, < 2.0.0)

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

0 commit comments

Comments
 (0)