Compare commits

...

8 commits

Author SHA1 Message Date
mauvehed
a05da39cbc
Merge pull request #349 from restincode/dependabot/bundler/json-2.19.9 2026-08-27 07:24:59 -05:00
dependabot[bot]
35856d78fc
chore(deps): bump json from 2.20.0 to 2.21.2
Bumps [json](https://github.com/ruby/json) from 2.20.0 to 2.21.2.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.20.0...v2.21.2)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.19.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-27 12:17:41 +00:00
mauvehed
af71486dc2
Merge pull request #347 from restincode/dependabot/bundler/concurrent-ruby-1.3.7 2026-08-27 07:13:55 -05:00
mauvehed
638650b211
Merge pull request #346 from restincode/dependabot/bundler/faraday-2.14.3 2026-08-27 07:13:32 -05:00
mauvehed
dca6d38a0a
Merge pull request #345 from restincode/dependabot/bundler/nokogiri-1.19.4 2026-08-27 07:13:14 -05:00
dependabot[bot]
45321bf151
chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-version: 1.3.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-24 00:00:24 +00:00
dependabot[bot]
b4710fd581
chore(deps): bump faraday from 2.14.2 to 2.14.3
Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.2 to 2.14.3.
- [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.2...v2.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 16:29:12 +00:00
dependabot[bot]
4aaf7d054d
chore(deps): bump nokogiri from 1.19.3 to 1.19.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.3 to 1.19.4.
- [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.3...v1.19.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 14:45:28 +00:00

View file

@ -33,7 +33,7 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.12)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
console (1.34.2)
fiber-annotation
@ -53,11 +53,11 @@ GEM
logger
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.2)
faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
faraday-net_http (3.4.4)
net-http (~> 0.5)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
@ -247,7 +247,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.19.5)
json (2.21.2)
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.3-arm64-darwin)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)