Skip to content

Commit e8d215b

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: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop), [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [webmock](https://github.com/bblimke/webmock). Updates `irb` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.15.2...v1.15.3) Updates `rubocop` from 1.81.6 to 1.81.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.6...v1.81.7) Updates `rubocop-rspec` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.7.0...v3.8.0) Updates `webmock` from 3.26.0 to 3.26.1 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@3.26.0...v3.26.1) --- updated-dependencies: - dependency-name: irb dependency-version: 1.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-version: 3.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4458fc0 commit e8d215b

21 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
dry-inflector (~> 1.0)
6868
dry-logic (~> 1.4)
6969
zeitwerk (~> 2.6)
70-
erb (5.1.3)
70+
erb (6.0.0)
7171
grape (2.4.0)
7272
activesupport (>= 6.1)
7373
dry-types (>= 1.1)
@@ -78,11 +78,11 @@ GEM
7878
i18n (1.14.7)
7979
concurrent-ruby (~> 1.0)
8080
io-console (0.8.1)
81-
irb (1.15.2)
81+
irb (1.15.3)
8282
pp (>= 0.6.0)
8383
rdoc (>= 4.0.0)
8484
reline (>= 0.4.2)
85-
json (2.15.2)
85+
json (2.16.0)
8686
language_server-protocol (3.17.0.5)
8787
lint_roller (1.1.0)
8888
logger (1.7.0)
@@ -124,14 +124,14 @@ GEM
124124
rack-test (2.2.0)
125125
rack (>= 1.3)
126126
rainbow (3.1.1)
127-
rdoc (6.15.0)
127+
rdoc (6.15.1)
128128
erb
129129
psych (>= 4.0.0)
130130
tsort
131131
redacting-logger (1.5.1)
132132
logger (~> 1.6)
133133
regexp_parser (2.11.3)
134-
reline (0.6.2)
134+
reline (0.6.3)
135135
io-console (~> 0.5)
136136
retryable (3.0.5)
137137
rexml (3.4.4)
@@ -148,7 +148,7 @@ GEM
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.13.0)
150150
rspec-support (3.13.6)
151-
rubocop (1.81.6)
151+
rubocop (1.81.7)
152152
json (~> 2.3)
153153
language_server-protocol (~> 3.17.0.2)
154154
lint_roller (~> 1.1.0)
@@ -159,7 +159,7 @@ GEM
159159
rubocop-ast (>= 1.47.1, < 2.0)
160160
ruby-progressbar (~> 1.7)
161161
unicode-display_width (>= 2.4.0, < 4.0)
162-
rubocop-ast (1.47.1)
162+
rubocop-ast (1.48.0)
163163
parser (>= 3.3.7.2)
164164
prism (~> 1.4)
165165
rubocop-github (0.26.0)
@@ -176,9 +176,9 @@ GEM
176176
rack (>= 1.1)
177177
rubocop (>= 1.75.0, < 2.0)
178178
rubocop-ast (>= 1.44.0, < 2.0)
179-
rubocop-rspec (3.7.0)
179+
rubocop-rspec (3.8.0)
180180
lint_roller (~> 1.1)
181-
rubocop (~> 1.72, >= 1.72.1)
181+
rubocop (~> 1.81)
182182
ruby-progressbar (1.13.0)
183183
ruby2_keywords (0.0.5)
184184
rubygems-await (0.5.4)
@@ -200,7 +200,7 @@ GEM
200200
simplecov (< 1.0)
201201
simplecov-html (0.13.2)
202202
simplecov_json_formatter (0.1.4)
203-
stringio (3.1.7)
203+
stringio (3.1.8)
204204
thor (1.4.0)
205205
tsort (0.2.0)
206206
tzinfo (2.0.6)
@@ -211,7 +211,7 @@ GEM
211211
uri (1.0.4)
212212
vcr (6.3.1)
213213
base64
214-
webmock (3.26.0)
214+
webmock (3.26.1)
215215
addressable (>= 2.8.0)
216216
crack (>= 0.3.2)
217217
hashdiff (>= 0.4.0, < 2.0.0)

vendor/cache/erb-5.1.3.gem

-29 KB
Binary file not shown.

vendor/cache/erb-6.0.0.gem

28.5 KB
Binary file not shown.

vendor/cache/irb-1.15.2.gem

-86.5 KB
Binary file not shown.

vendor/cache/irb-1.15.3.gem

99.5 KB
Binary file not shown.

vendor/cache/json-2.15.2.gem

-77 KB
Binary file not shown.

vendor/cache/json-2.16.0.gem

102 KB
Binary file not shown.

vendor/cache/rdoc-6.15.0.gem

-658 KB
Binary file not shown.

vendor/cache/rdoc-6.15.1.gem

658 KB
Binary file not shown.

vendor/cache/reline-0.6.2.gem

-50.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)