mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:53:45 +08:00
execjs 2.7 was just released to support mini_racer
This commit is contained in:
parent
695773db1c
commit
f06266f31e
3
Gemfile
3
Gemfile
|
@ -105,8 +105,7 @@ gem 'sidekiq-statistic'
|
|||
|
||||
# for sidekiq web
|
||||
gem 'sinatra', require: false
|
||||
|
||||
gem 'execjs', github: 'rails/execjs', require: false
|
||||
gem 'execjs', require: false
|
||||
gem 'mini_racer'
|
||||
gem 'thin', require: false
|
||||
gem 'highline', require: false
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/execjs.git
|
||||
revision: 22476229323cbec3befa8b690cc6c7c3957a0044
|
||||
specs:
|
||||
execjs (2.6.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -100,6 +94,7 @@ GEM
|
|||
erubis (2.7.0)
|
||||
eventmachine (1.2.0.1)
|
||||
excon (0.45.4)
|
||||
execjs (2.7.0)
|
||||
exifr (1.2.4)
|
||||
fabrication (2.9.8)
|
||||
fakeweb (1.3.0)
|
||||
|
@ -420,7 +415,7 @@ DEPENDENCIES
|
|||
ember-rails (= 0.18.5)
|
||||
ember-source (= 1.12.2)
|
||||
excon
|
||||
execjs!
|
||||
execjs
|
||||
fabrication (= 2.9.8)
|
||||
fakeweb (~> 1.3.0)
|
||||
fast_blank
|
||||
|
|
Loading…
Reference in New Issue
Block a user