summaryrefslogtreecommitdiffhomepage
path: root/template/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'template/Gemfile')
-rw-r--r--template/Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/Gemfile b/template/Gemfile
new file mode 100644
index 0000000..be6f9dc
--- /dev/null
+++ b/template/Gemfile
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+gem "webrick", "~> 1.7"
+
+gem "opal-browser", "~> 0.3.3"
+
+gem "Justicar", "~> 0.1.0"