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:
parent
faeffd76ee
commit
33c274c35d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ end
|
|||
|
||||
if RUBY_ENGINE == "ruby"
|
||||
gem 'less', '~> 2.0'
|
||||
gem 'mini_racer'
|
||||
gem 'therubyracer'
|
||||
gem 'redcarpet'
|
||||
gem 'wlang', '>= 2.0.1'
|
||||
gem 'bluecloth'
|
||||
|
|
Loading…
Reference in a new issue