13 lines
223 B
Ruby
13 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"
|