aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-25 13:22:53 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-25 13:22:53 +0200
commit082c6c1b049e5739f381cd76938ce5b330a68c27 (patch)
tree49a16ceadf71f619683bf6cfa7f1d440be9fc673 /Gemfile
downloadramaskrik-program-082c6c1b049e5739f381cd76938ce5b330a68c27.tar.gz
ramaskrik-program-082c6c1b049e5739f381cd76938ce5b330a68c27.tar.bz2
ramaskrik-program-082c6c1b049e5739f381cd76938ce5b330a68c27.zip
Kick off a simple script to keep track of the ramaskrik programme.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..4592615
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem "nokogiri"