Set connection_pool version to 2.x as 3.x is not compatible with Jekyll

This commit is contained in:
Leendert de Borst
2026-04-12 13:06:57 +02:00
parent 89da85d635
commit c0b74ab56b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
source 'https://rubygems.org'
# connection_pool 3.x requires Ruby >= 3.2; jekyll/jekyll:4.2.2 (docs/Dockerfile) uses Ruby 3.1.
gem "connection_pool", "< 3"
# gem "jekyll", "~> 4.3.2"
gem "just-the-docs"

View File

@@ -25,7 +25,7 @@ GEM
colorator (1.1.0)
commonmarker (0.23.11)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
connection_pool (2.5.5)
csv (3.3.0)
dnsruby (1.73.1)
base64 (>= 0.2)
@@ -284,6 +284,7 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
connection_pool (< 3)
github-pages
jekyll-sitemap
just-the-docs