diff options
author | Joe Robinson <joe@lc8n.com> | 2015-07-01 11:32:03 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-07-01 11:32:03 +0100 |
commit | f753c8d47e147b5645ea1585552e511af5e16622 (patch) | |
tree | f4e854acaff93601acc143a105935ad6cfe501a4 /Gemfile |
Initial commit
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 "rest-client" +gem "json" |