This commit is contained in:
Kierán Meinhardt
2019-02-23 08:41:41 +01:00
commit d53b97c35d
3 changed files with 75 additions and 0 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "nokogiri"
gem "rainbow"