From 42cb68468c72333e6bb888a102025da726ba059c Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 2 Jan 2018 07:04:08 +0530 Subject: [PATCH] Removes unused gems --- Gemfile | 1 - Gemfile.lock | 4 ---- bootstrap.sh | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 0e95724..a077979 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' -gem 'net-http2' gem 'nokogiri' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5f3225d..9da8ee1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,7 @@ GEM remote: https://rubygems.org/ specs: - http-2 (0.8.4) mini_portile2 (2.3.0) - net-http2 (0.16.0) - http-2 (= 0.8.4) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) @@ -12,7 +9,6 @@ PLATFORMS ruby DEPENDENCIES - net-http2 nokogiri BUNDLED WITH diff --git a/bootstrap.sh b/bootstrap.sh index ead4696..02e5a24 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash -ZOMATO_ROOT_URL=https://www.zomato.com +ZOMATO_ROOT_URL="https://www.zomato.com" ZOMATO_CITY=bangalore DIRECTORY_URL="$ZOMATO_ROOT_URL/$ZOMATO_CITY/directory" USER_AGENT="Mozilla/Gecko/Firefox/58.0"