mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
therubyracer now ships with my timeout fix, no need for a forked gem
This commit is contained in:
parent
1556548ff6
commit
176bf41efd
3
Gemfile
3
Gemfile
@ -135,8 +135,7 @@ gem 'sidekiq-failures'
|
|||||||
gem 'sinatra', require: nil
|
gem 'sinatra', require: nil
|
||||||
gem 'slim' # required for sidekiq-web
|
gem 'slim' # required for sidekiq-web
|
||||||
|
|
||||||
# URGENT fix needed see: https://github.com/cowboyd/therubyracer/pull/280
|
gem 'therubyracer'
|
||||||
gem 'therubyracer-discourse', require: 'v8'
|
|
||||||
gem 'thin', require: false
|
gem 'thin', require: false
|
||||||
gem 'highline', require: false
|
gem 'highline', require: false
|
||||||
gem 'rack-protection' # security
|
gem 'rack-protection' # security
|
||||||
|
@ -368,7 +368,7 @@ GEM
|
|||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (~> 2.8)
|
sprockets (~> 2.8)
|
||||||
temple (0.6.7)
|
temple (0.6.7)
|
||||||
therubyracer-discourse (0.12.0)
|
therubyracer (0.12.1)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
thin (1.6.1)
|
thin (1.6.1)
|
||||||
@ -483,7 +483,7 @@ DEPENDENCIES
|
|||||||
sinatra
|
sinatra
|
||||||
slim
|
slim
|
||||||
spork-rails
|
spork-rails
|
||||||
therubyracer-discourse
|
therubyracer
|
||||||
thin
|
thin
|
||||||
timecop
|
timecop
|
||||||
uglifier
|
uglifier
|
||||||
|
Loading…
Reference in New Issue
Block a user