aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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