summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-06-23 11:40:07 +0100
committermounderfod <mounderfod@gmail.com>2023-06-23 11:40:07 +0100
commitf95423ae8bb6d63b781881395e341f5ab6eff49e (patch)
tree65b2ae34f99aa0d190042edf59a1da2e9ba0f20a /Gemfile
parent326377008b257f98e5d85e08be0b2c4723b1f204 (diff)
downloadwebsite-f95423ae8bb6d63b781881395e341f5ab6eff49e.tar.gz
Add CMS page
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ff2c342..ef54e5d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
 # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
 # do not have a Java counterpart.
 gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+
+gem 'jekyll-admin', group: :jekyll_plugins