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