Skip to content

Commit 1f1aec7

Browse files
Bump the dev-ruby-dependencies group with 3 updates
Bumps the dev-ruby-dependencies group with 3 updates: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop) and [vcr](https://github.com/vcr/vcr). Updates `irb` from 1.15.3 to 1.16.0 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.15.3...v1.16.0) Updates `rubocop` from 1.81.7 to 1.82.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) Updates `vcr` from 6.3.1 to 6.4.0 - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](vcr/vcr@v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: vcr dependency-version: 6.4.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 da23e72 commit 1f1aec7

26 files changed

+15
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ group :development do
1717
gem "sigstore-cli", "~> 0.2.2"
1818
gem "simplecov", "~> 0.22"
1919
gem "simplecov-erb", "~> 1"
20-
gem "vcr", "~> 6.3", ">= 6.3.1"
20+
gem "vcr", "~> 6.4"
2121
gem "webmock", "~> 3"
2222
end

Gemfile.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
crack (1.0.1)
3535
bigdecimal
3636
rexml
37-
date (3.5.0)
37+
date (3.5.1)
3838
diff-lcs (1.6.2)
3939
docile (1.4.1)
4040
drb (2.2.3)
@@ -67,7 +67,7 @@ GEM
6767
dry-inflector (~> 1.0)
6868
dry-logic (~> 1.4)
6969
zeitwerk (~> 2.6)
70-
erb (6.0.0)
70+
erb (6.0.1)
7171
grape (3.0.1)
7272
activesupport (>= 7.0)
7373
dry-configurable
@@ -78,12 +78,12 @@ GEM
7878
hashdiff (1.2.1)
7979
i18n (1.14.7)
8080
concurrent-ruby (~> 1.0)
81-
io-console (0.8.1)
82-
irb (1.15.3)
81+
io-console (0.8.2)
82+
irb (1.16.0)
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
86-
json (2.16.0)
86+
json (2.18.0)
8787
language_server-protocol (3.17.0.5)
8888
lint_roller (1.1.0)
8989
logger (1.7.0)
@@ -103,7 +103,7 @@ GEM
103103
pp (0.6.3)
104104
prettyprint
105105
prettyprint (0.2.0)
106-
prism (1.6.0)
106+
prism (1.7.0)
107107
protobug (0.1.0)
108108
protobug_googleapis_field_behavior_protos (0.1.0)
109109
protobug (= 0.1.0)
@@ -114,7 +114,7 @@ GEM
114114
protobug_well_known_protos (= 0.1.0)
115115
protobug_well_known_protos (0.1.0)
116116
protobug (= 0.1.0)
117-
psych (5.2.6)
117+
psych (5.3.1)
118118
date
119119
stringio
120120
public_suffix (7.0.0)
@@ -125,7 +125,7 @@ GEM
125125
rack-test (2.2.0)
126126
rack (>= 1.3)
127127
rainbow (3.1.1)
128-
rdoc (6.16.1)
128+
rdoc (7.0.2)
129129
erb
130130
psych (>= 4.0.0)
131131
tsort
@@ -149,15 +149,15 @@ GEM
149149
diff-lcs (>= 1.2.0, < 2.0)
150150
rspec-support (~> 3.13.0)
151151
rspec-support (3.13.6)
152-
rubocop (1.81.7)
152+
rubocop (1.82.0)
153153
json (~> 2.3)
154154
language_server-protocol (~> 3.17.0.2)
155155
lint_roller (~> 1.1.0)
156156
parallel (~> 1.10)
157157
parser (>= 3.3.0.2)
158158
rainbow (>= 2.2.2, < 4.0)
159159
regexp_parser (>= 2.9.3, < 3.0)
160-
rubocop-ast (>= 1.47.1, < 2.0)
160+
rubocop-ast (>= 1.48.0, < 2.0)
161161
ruby-progressbar (~> 1.7)
162162
unicode-display_width (>= 2.4.0, < 4.0)
163163
rubocop-ast (1.48.0)
@@ -201,17 +201,16 @@ GEM
201201
simplecov (< 1.0)
202202
simplecov-html (0.13.2)
203203
simplecov_json_formatter (0.1.4)
204-
stringio (3.1.8)
204+
stringio (3.2.0)
205205
thor (1.4.0)
206206
tsort (0.2.0)
207207
tzinfo (2.0.6)
208208
concurrent-ruby (~> 1.0)
209209
unicode-display_width (3.2.0)
210210
unicode-emoji (~> 4.1)
211-
unicode-emoji (4.1.0)
211+
unicode-emoji (4.2.0)
212212
uri (1.1.1)
213-
vcr (6.3.1)
214-
base64
213+
vcr (6.4.0)
215214
webmock (3.26.1)
216215
addressable (>= 2.8.0)
217216
crack (>= 0.3.2)
@@ -236,7 +235,7 @@ DEPENDENCIES
236235
sigstore-cli (~> 0.2.2)
237236
simplecov (~> 0.22)
238237
simplecov-erb (~> 1)
239-
vcr (~> 6.3, >= 6.3.1)
238+
vcr (~> 6.4)
240239
webmock (~> 3)
241240

242241
BUNDLED WITH

vendor/cache/date-3.5.0.gem

-76.5 KB
Binary file not shown.

vendor/cache/date-3.5.1.gem

76.5 KB
Binary file not shown.

vendor/cache/erb-6.0.0.gem

-28.5 KB
Binary file not shown.

vendor/cache/erb-6.0.1.gem

28.5 KB
Binary file not shown.

vendor/cache/io-console-0.8.1.gem

-26 KB
Binary file not shown.

vendor/cache/io-console-0.8.2.gem

26.5 KB
Binary file not shown.

vendor/cache/irb-1.15.3.gem

-99.5 KB
Binary file not shown.

vendor/cache/irb-1.16.0.gem

100 KB
Binary file not shown.

0 commit comments

Comments
 (0)