source 'https://rubygems.org'

if ENV['RR']
  gem 'therubyracer'
else
  gem 'mini_racer', path: '../../'
end
