imdb_scraper/Gemfile

11 lines
122 B
Ruby
Raw Normal View History

2018-08-06 17:34:01 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
gem 'nokogiri'
gem 'json'
gem 'rest-client'
# gem "rails"