aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-26 14:32:49 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-26 14:32:49 +0200
commit904bf5877d2ce9bbee6ca9e92c423c4b30a50c10 (patch)
tree71749a2a68e8fcf6046744579f6a162bbdb4959f
parentdevaway: Support reason without date (diff)
downloadwww-904bf5877d2ce9bbee6ca9e92c423c4b30a50c10.tar.gz
www-904bf5877d2ce9bbee6ca9e92c423c4b30a50c10.tar.bz2
www-904bf5877d2ce9bbee6ca9e92c423c4b30a50c10.zip
bundler: Include ruby-ldap
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2861ba6..b5e463c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem "base32"
gem "nokogiri"
gem "kramdown-parser-gfm"
gem "rexml", '3.2.3' # has to match container
+gem "ruby-ldap"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
diff --git a/Gemfile.lock b/Gemfile.lock
index a79f0a2..6c1ab81 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -85,6 +85,7 @@ GEM
ffi (~> 1.0)
rexml (3.2.3)
rouge (3.26.0)
+ ruby-ldap (0.9.20)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
@@ -108,6 +109,7 @@ DEPENDENCIES
kramdown-parser-gfm
nokogiri
rexml (= 3.2.3)
+ ruby-ldap
BUNDLED WITH
2.2.25