Skip to content

Commit eb156c6

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [faraday-retry](https://github.com/lostisland/faraday-retry) | `2.2.1` | `2.3.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.5` | `1.18.7` | | [httparty](https://github.com/jnunemaker/httparty) | `0.22.0` | `0.23.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.74.0` | `1.75.2` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.24.0` | `1.25.0` | Updates `faraday-retry` from 2.2.1 to 2.3.1 - [Release notes](https://github.com/lostisland/faraday-retry/releases) - [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday-retry@v2.2.1...v2.3.1) Updates `nokogiri` from 1.18.5 to 1.18.7 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.5...v1.18.7) Updates `httparty` from 0.22.0 to 0.23.1 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](jnunemaker/httparty@v0.22.0...v0.23.1) Updates `rubocop` from 1.74.0 to 1.75.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.2) Updates `rubocop-performance` from 1.24.0 to 1.25.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.24.0...v1.25.0) --- updated-dependencies: - dependency-name: faraday-retry dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nokogiri dependency-version: 1.18.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httparty dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6330c7a commit eb156c6

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem "faraday-retry", "~> 2.2.1"
3+
gem "faraday-retry", "~> 2.3.1"
44
gem "github-pages", "~> 232", group: :jekyll_plugins
5-
gem "nokogiri", "~> 1.18.5"
5+
gem "nokogiri", "~> 1.18.7"
66

77
group :test do
88
gem "fastimage"

Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
uri (>= 0.13.1)
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
19-
ast (2.4.2)
19+
ast (2.4.3)
2020
base64 (0.2.0)
2121
benchmark (0.4.0)
2222
bigdecimal (3.1.9)
@@ -29,7 +29,7 @@ GEM
2929
commonmarker (0.23.11)
3030
concurrent-ruby (1.3.5)
3131
connection_pool (2.5.0)
32-
csv (3.3.2)
32+
csv (3.3.3)
3333
dnsruby (1.72.3)
3434
base64 (~> 0.2.0)
3535
simpleidn (~> 0.2.1)
@@ -47,7 +47,7 @@ GEM
4747
logger
4848
faraday-net_http (3.4.0)
4949
net-http (>= 0.5.0)
50-
faraday-retry (2.2.1)
50+
faraday-retry (2.3.1)
5151
faraday (~> 2.0)
5252
fastimage (2.4.0)
5353
ffi (1.17.1)
@@ -119,7 +119,7 @@ GEM
119119
activesupport (>= 2)
120120
nokogiri (>= 1.4)
121121
http_parser.rb (0.8.0)
122-
httparty (0.22.0)
122+
httparty (0.23.1)
123123
csv
124124
mini_mime (>= 1.0.0)
125125
multi_xml (>= 0.5.2)
@@ -246,7 +246,7 @@ GEM
246246
listen (3.9.0)
247247
rb-fsevent (~> 0.10, >= 0.10.3)
248248
rb-inotify (~> 0.9, >= 0.9.10)
249-
logger (1.6.5)
249+
logger (1.7.0)
250250
mercenary (0.3.6)
251251
method_source (1.1.0)
252252
mini_mime (1.1.5)
@@ -260,34 +260,35 @@ GEM
260260
bigdecimal (~> 3.1)
261261
net-http (0.6.0)
262262
uri
263-
nokogiri (1.18.5)
263+
nokogiri (1.18.7)
264264
mini_portile2 (~> 2.8.2)
265265
racc (~> 1.4)
266-
nokogiri (1.18.5-aarch64-linux-gnu)
266+
nokogiri (1.18.7-aarch64-linux-gnu)
267267
racc (~> 1.4)
268-
nokogiri (1.18.5-aarch64-linux-musl)
268+
nokogiri (1.18.7-aarch64-linux-musl)
269269
racc (~> 1.4)
270-
nokogiri (1.18.5-arm-linux-gnu)
270+
nokogiri (1.18.7-arm-linux-gnu)
271271
racc (~> 1.4)
272-
nokogiri (1.18.5-arm-linux-musl)
272+
nokogiri (1.18.7-arm-linux-musl)
273273
racc (~> 1.4)
274-
nokogiri (1.18.5-arm64-darwin)
274+
nokogiri (1.18.7-arm64-darwin)
275275
racc (~> 1.4)
276-
nokogiri (1.18.5-x86_64-darwin)
276+
nokogiri (1.18.7-x86_64-darwin)
277277
racc (~> 1.4)
278-
nokogiri (1.18.5-x86_64-linux-gnu)
278+
nokogiri (1.18.7-x86_64-linux-gnu)
279279
racc (~> 1.4)
280-
nokogiri (1.18.5-x86_64-linux-musl)
280+
nokogiri (1.18.7-x86_64-linux-musl)
281281
racc (~> 1.4)
282282
octokit (4.25.1)
283283
faraday (>= 1, < 3)
284284
sawyer (~> 0.9)
285285
parallel (1.26.3)
286-
parser (3.3.7.1)
286+
parser (3.3.7.4)
287287
ast (~> 2.4.1)
288288
racc
289289
pathutil (0.16.2)
290290
forwardable-extended (~> 2.6)
291+
prism (1.4.0)
291292
pry (0.15.2)
292293
coderay (~> 1.1)
293294
method_source (~> 1.0)
@@ -301,22 +302,23 @@ GEM
301302
regexp_parser (2.10.0)
302303
rexml (3.4.0)
303304
rouge (3.30.0)
304-
rubocop (1.74.0)
305+
rubocop (1.75.2)
305306
json (~> 2.3)
306307
language_server-protocol (~> 3.17.0.2)
307308
lint_roller (~> 1.1.0)
308309
parallel (~> 1.10)
309310
parser (>= 3.3.0.2)
310311
rainbow (>= 2.2.2, < 4.0)
311312
regexp_parser (>= 2.9.3, < 3.0)
312-
rubocop-ast (>= 1.38.0, < 2.0)
313+
rubocop-ast (>= 1.44.0, < 2.0)
313314
ruby-progressbar (~> 1.7)
314315
unicode-display_width (>= 2.4.0, < 4.0)
315-
rubocop-ast (1.39.0)
316-
parser (>= 3.3.1.0)
317-
rubocop-performance (1.24.0)
316+
rubocop-ast (1.44.0)
317+
parser (>= 3.3.7.2)
318+
prism (~> 1.4)
319+
rubocop-performance (1.25.0)
318320
lint_roller (~> 1.1)
319-
rubocop (>= 1.72.1, < 2.0)
321+
rubocop (>= 1.75.0, < 2.0)
320322
rubocop-ast (>= 1.38.0, < 2.0)
321323
ruby-progressbar (1.13.0)
322324
rubyzip (2.4.1)
@@ -359,12 +361,12 @@ PLATFORMS
359361
x86_64-linux-musl
360362

361363
DEPENDENCIES
362-
faraday-retry (~> 2.2.1)
364+
faraday-retry (~> 2.3.1)
363365
fastimage
364366
github-pages (~> 232)
365367
httparty
366368
minitest
367-
nokogiri (~> 1.18.5)
369+
nokogiri (~> 1.18.7)
368370
octokit
369371
pry
370372
rake

0 commit comments

Comments
 (0)