mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Slim is no longer required for Sidekiq Web
This commit is contained in:
parent
86383e1241
commit
d05fd7f837
2 changed files with 1 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -140,8 +140,8 @@ gem 'sanitize'
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
gem 'sidekiq'
|
gem 'sidekiq'
|
||||||
|
|
||||||
|
# for sidekiq web
|
||||||
gem 'sinatra', require: nil
|
gem 'sinatra', require: nil
|
||||||
gem 'slim' # required for sidekiq-web
|
|
||||||
|
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
gem 'thin', require: false
|
gem 'thin', require: false
|
||||||
|
|
|
@ -341,9 +341,6 @@ GEM
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
slim (2.0.2)
|
|
||||||
temple (~> 0.6.6)
|
|
||||||
tilt (>= 1.3.3, < 2.1)
|
|
||||||
slop (3.4.7)
|
slop (3.4.7)
|
||||||
sorcerer (1.0.2)
|
sorcerer (1.0.2)
|
||||||
spork (1.0.0rc4)
|
spork (1.0.0rc4)
|
||||||
|
@ -360,7 +357,6 @@ GEM
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (~> 2.8)
|
sprockets (~> 2.8)
|
||||||
stackprof (0.2.5)
|
stackprof (0.2.5)
|
||||||
temple (0.6.7)
|
|
||||||
therubyracer (0.12.1)
|
therubyracer (0.12.1)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
|
@ -476,7 +472,6 @@ DEPENDENCIES
|
||||||
simple-rss
|
simple-rss
|
||||||
simplecov
|
simplecov
|
||||||
sinatra
|
sinatra
|
||||||
slim
|
|
||||||
spork-rails
|
spork-rails
|
||||||
stackprof
|
stackprof
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
Loading…
Reference in a new issue