aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-25 20:51:40 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-25 20:51:40 +0200
commitfdbc3ad8a7ce49ab9745a61e79a34b59d754bbc0 (patch)
tree938e46e67b7ce722c78b5603d0d8eaddc83f2f9d /Gemfile
parent082c6c1b049e5739f381cd76938ce5b330a68c27 (diff)
downloadramaskrik-program-fdbc3ad8a7ce49ab9745a61e79a34b59d754bbc0.tar.gz
ramaskrik-program-fdbc3ad8a7ce49ab9745a61e79a34b59d754bbc0.tar.bz2
ramaskrik-program-fdbc3ad8a7ce49ab9745a61e79a34b59d754bbc0.zip
Add svg-graph gem to plot schedule.
Not quite what I expected, but at least we're on to something.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4592615..ac8d438 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,3 +2,8 @@
source "https://rubygems.org"
gem "nokogiri"
+gem "svg-graph"
+
+group :development do
+ gem "byebug"
+end