mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
11 lines
162 B
Text
11 lines
162 B
Text
|
source 'https://rubygems.org'
|
||
|
|
||
|
if ENV['RR']
|
||
|
gem 'therubyracer'
|
||
|
else
|
||
|
gem 'mini_racer', path: '../../'
|
||
|
end
|
||
|
|
||
|
gem 'execjs', github: 'rails/execjs'
|
||
|
gem 'uglifier'
|