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