diff options
author | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:40:07 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:40:07 +0100 |
commit | f95423ae8bb6d63b781881395e341f5ab6eff49e (patch) | |
tree | 65b2ae34f99aa0d190042edf59a1da2e9ba0f20a /Gemfile | |
parent | 326377008b257f98e5d85e08be0b2c4723b1f204 (diff) | |
download | website-f95423ae8bb6d63b781881395e341f5ab6eff49e.tar.gz |
Add CMS page
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
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 |