2017-09-12 13:32:50 +00:00
|
|
|
source "https://rubygems.org"
|
2017-09-04 09:19:29 +00:00
|
|
|
|
2017-09-12 13:32:50 +00:00
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
2017-09-04 09:19:29 +00:00
|
|
|
gem 'thor'
|
2017-09-07 15:05:06 +00:00
|
|
|
gem 'rly'
|
|
|
|
gem 'pry'
|
2017-09-04 09:19:29 +00:00
|
|
|
|
|
|
|
|
2017-09-12 13:32:50 +00:00
|
|
|
# Specify your gem's dependencies in mm2ep_depend.gemspec
|
|
|
|
gemspec
|