mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-09 07:46:13 -04:00
Set connection_pool version to 2.x as 3.x is not compatible with Jekyll
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user