free_mutant/test_app/Gemfile.rspec3.2

8 lines
233 B
Groff
Raw Normal View History

source 'https://rubygems.org'
gem 'rspec', '~> 3.2.0'
gem 'rspec-core', '~> 3.2.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
2015-04-26 18:52:02 +00:00
gem 'adamantium'
2015-09-04 22:31:04 +00:00
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)