1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Revert "Use mini_racer from @SamSaffron instead of therubyracer"

This reverts commit faeffd76ee.
This commit is contained in:
Zachary Scott 2016-05-16 13:37:28 +09:00
parent faeffd76ee
commit 33c274c35d

View file

@ -24,7 +24,7 @@ end
if RUBY_ENGINE == "ruby" if RUBY_ENGINE == "ruby"
gem 'less', '~> 2.0' gem 'less', '~> 2.0'
gem 'mini_racer' gem 'therubyracer'
gem 'redcarpet' gem 'redcarpet'
gem 'wlang', '>= 2.0.1' gem 'wlang', '>= 2.0.1'
gem 'bluecloth' gem 'bluecloth'