From 85454e190a90127ff5f00fad279b69192a10a759 Mon Sep 17 00:00:00 2001 From: Alexander Tsitlionok Date: Thu, 19 Jan 2017 10:30:58 +0300 Subject: [PATCH] Add Gemfile --- REST/ruby/Deployments/Gemfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 REST/ruby/Deployments/Gemfile diff --git a/REST/ruby/Deployments/Gemfile b/REST/ruby/Deployments/Gemfile new file mode 100644 index 00000000..bfadfb83 --- /dev/null +++ b/REST/ruby/Deployments/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' +gem 'rest-client' +gem 'json'