Files
to-hen/bvg/Gemfile
Kierán Meinhardt a86442c7b7 chore: import bvg
2020-10-17 22:14:00 +02:00

9 lines
161 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "nokogiri"
gem "rainbow"