free_mutant/test_app/Gemfile.rspec3.7

8 lines
233 B
Groff
Raw Normal View History

2017-12-26 08:32:52 -05:00
source 'https://rubygems.org'
gem 'rspec', '~> 3.7.0'
gem 'rspec-core', '~> 3.7.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
gem 'adamantium'
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)