source 'https://rubygems.org'

gemspec

gem 'bogus', '~> 0.1'
gem 'devtools', :git => 'https://github.com/rom-rb/devtools', branch: 'master'

eval_gemfile 'Gemfile.devtools'

gem 'mutant', git: 'https://github.com/solnic/mutant.git', branch: 'auto-expand-scope'
