summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorotherl <lgdmiller@gmail.com>2013-09-28 19:51:00 +0100
committerotherl <lgdmiller@gmail.com>2013-09-28 19:51:00 +0100
commit0c5f69efd87a8a34b3818ad0aee3e88b43373c5c (patch)
tree5a7eee44828266a0326451bdb46c764432626412 /Gemfile
parent2b38ac813defc1588fb5b7b3e81184cd8c52d90c (diff)
Added a Gemfile.
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..69eebef
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,4 @@
+source 'https://rubygems.org'
+
+gem 'nokogiri'
+gem 'json'