1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/benchmark/babel/Gemfile

8 lines
109 B
Text
Raw Normal View History

2016-05-16 16:47:57 +10:00
source 'https://rubygems.org'
if ENV['RR']
gem 'therubyracer'
else
gem 'mini_racer', path: '../../'
end