fosdem-recorder.rb/Gemfile

14 lines
223 B
Ruby
Raw Normal View History

2021-02-07 13:35:19 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "thor", "~> 1.1"
gem "mechanize", "~> 2.7"
gem "colorize", "~> 0.8.1"