8 lines
233 B
Groff
8 lines
233 B
Groff
|
source 'https://rubygems.org'
|
||
|
gem 'rspec', '~> 3.5.0'
|
||
|
gem 'rspec-core', '~> 3.5.0'
|
||
|
gem 'mutant', path: '../'
|
||
|
gem 'mutant-rspec', path: '../'
|
||
|
gem 'adamantium'
|
||
|
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)
|