shirishkz / nimble-scraper-app

A web scraper app using Nokogiri that extracts relevant data from Google Search.
https://nimble-scraper-app.herokuapp.com/
MIT License
1 stars 1 forks source link

Gemfile cleanup #1

Closed olivierobert closed 7 years ago

olivierobert commented 7 years ago

Always remove un-used gems:

gemfile_-_shirish_-___volumes_workspace__candidates-tests_shirish_

In addition, for discoverability purposes, move the ruby version at the top of the Gemfile:

gemfile_-_shirish_-___volumes_workspace__candidates-tests_shirish_

shirishkz commented 7 years ago

Noted, already fixed.