diff options
author | otherl <lgdmiller@gmail.com> | 2013-09-28 19:51:00 +0100 |
---|---|---|
committer | otherl <lgdmiller@gmail.com> | 2013-09-28 19:51:00 +0100 |
commit | 0c5f69efd87a8a34b3818ad0aee3e88b43373c5c (patch) | |
tree | 5a7eee44828266a0326451bdb46c764432626412 /Gemfile | |
parent | 2b38ac813defc1588fb5b7b3e81184cd8c52d90c (diff) |
Added a Gemfile.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'nokogiri' +gem 'json' |