mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
8 lines
109 B
Text
8 lines
109 B
Text
![]() |
source 'https://rubygems.org'
|
||
|
|
||
|
if ENV['RR']
|
||
|
gem 'therubyracer'
|
||
|
else
|
||
|
gem 'mini_racer', path: '../../'
|
||
|
end
|