summary refs log tree commit diff stats
path: root/Gemfile.lock
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.lock
parent326377008b257f98e5d85e08be0b2c4723b1f204 (diff)
downloadwebsite-f95423ae8bb6d63b781881395e341f5ab6eff49e.tar.gz
Add CMS page
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock24
1 files changed, 24 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 805b164..16d81f7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -31,6 +31,10 @@ GEM
       safe_yaml (~> 1.0)
       terminal-table (>= 1.8, < 4.0)
       webrick (~> 1.7)
+    jekyll-admin (0.11.1)
+      jekyll (>= 3.7, < 5.0)
+      sinatra (>= 1.4)
+      sinatra-contrib (>= 1.4)
     jekyll-feed (0.17.0)
       jekyll (>= 3.7, < 5.0)
     jekyll-sass-converter (3.0.0)
@@ -52,19 +56,38 @@ GEM
       jekyll (>= 3.5, < 5.0)
       jekyll-feed (~> 0.9)
       jekyll-seo-tag (~> 2.1)
+    multi_json (1.15.0)
+    mustermann (3.0.0)
+      ruby2_keywords (~> 0.0.1)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
     public_suffix (5.0.1)
+    rack (2.2.7)
+    rack-protection (3.0.6)
+      rack
     rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
     rexml (3.2.5)
     rouge (4.1.2)
+    ruby2_keywords (0.0.5)
     safe_yaml (1.0.5)
     sass-embedded (1.63.6-x64-mingw-ucrt)
       google-protobuf (~> 3.23)
+    sinatra (3.0.6)
+      mustermann (~> 3.0)
+      rack (~> 2.2, >= 2.2.4)
+      rack-protection (= 3.0.6)
+      tilt (~> 2.0)
+    sinatra-contrib (3.0.6)
+      multi_json
+      mustermann (~> 3.0)
+      rack-protection (= 3.0.6)
+      sinatra (= 3.0.6)
+      tilt (~> 2.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
+    tilt (2.2.0)
     tzinfo (2.0.6)
       concurrent-ruby (~> 1.0)
     tzinfo-data (1.2023.3)
@@ -79,6 +102,7 @@ PLATFORMS
 DEPENDENCIES
   http_parser.rb (~> 0.6.0)
   jekyll (~> 4.3.2)
+  jekyll-admin
   jekyll-feed (~> 0.12)
   minima (~> 2.5)
   tzinfo (>= 1, < 3)