Compare commits

...

6 commits

Author SHA1 Message Date
Rob Fuller
1cbb5764c1
Merge pull request #334 from restincode/dependabot/bundler/addressable-2.9.0
chore(deps): bump addressable from 2.8.8 to 2.9.0
2026-05-18 13:54:00 -04:00
Rob Fuller
a1ce9ad445
Merge pull request #335 from restincode/dependabot/bundler/nokogiri-1.19.3
chore(deps): bump nokogiri from 1.19.1 to 1.19.3
2026-05-18 13:50:54 -04:00
Rob Fuller
e504fb9da0
Merge pull request #338 from restincode/dependabot/bundler/faraday-2.14.2
chore(deps): bump faraday from 2.14.1 to 2.14.2
2026-05-18 13:50:29 -04:00
dependabot[bot]
8c46bf9b1e
chore(deps): bump faraday from 2.14.1 to 2.14.2
Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.14.1...v2.14.2)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-18 15:17:52 +00:00
dependabot[bot]
a14163e64f
chore(deps): bump nokogiri from 1.19.1 to 1.19.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.1 to 1.19.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.19.1...v1.19.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-version: 1.19.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 14:24:32 +00:00
dependabot[bot]
e42e0e26a6
chore(deps): bump addressable from 2.8.8 to 2.9.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.8 to 2.9.0.
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.8...addressable-2.9.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-version: 2.9.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 08:58:40 +00:00

View file

@ -15,7 +15,7 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.8)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
afm (1.0.0)
async (2.35.0)
@ -53,7 +53,7 @@ GEM
logger
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.1)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
@ -247,7 +247,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.18.1)
json (2.19.5)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@ -267,9 +267,9 @@ GEM
prism (~> 1.5)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.1-arm64-darwin)
nokogiri (1.19.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
nokogiri (1.19.3-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)