fosdem-recorder.cr/Gemfile
2021-02-07 14:35:19 +01:00

14 lines
223 B
Ruby

# 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"