6 lines
178 B
Ruby
6 lines
178 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec name: 'mutant'
|
|
|
|
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
|
eval_gemfile File.expand_path('../Gemfile.shared', __FILE__)
|