mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Oops, slim is required for sidekiq's web interface.
This commit is contained in:
parent
09a1317478
commit
66a9b97b65
3 changed files with 2041 additions and 5 deletions
1
Gemfile
1
Gemfile
|
@ -1,5 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'slim' # required for sidekiq-web
|
||||||
gem 'redis'
|
gem 'redis'
|
||||||
gem 'redis-rails'
|
gem 'redis-rails'
|
||||||
gem 'hiredis'
|
gem 'hiredis'
|
||||||
|
|
|
@ -344,7 +344,6 @@ GEM
|
||||||
temple (0.4.1)
|
temple (0.4.1)
|
||||||
terminal-notifier-guard (1.5.3)
|
terminal-notifier-guard (1.5.3)
|
||||||
terminal-table (1.4.5)
|
terminal-table (1.4.5)
|
||||||
test-unit (2.5.4)
|
|
||||||
therubyracer (0.11.3)
|
therubyracer (0.11.3)
|
||||||
libv8 (~> 3.11.8.12)
|
libv8 (~> 3.11.8.12)
|
||||||
ref
|
ref
|
||||||
|
@ -391,7 +390,6 @@ DEPENDENCIES
|
||||||
guard-jasmine
|
guard-jasmine
|
||||||
guard-rspec
|
guard-rspec
|
||||||
guard-spork
|
guard-spork
|
||||||
haml
|
|
||||||
has_ip_address
|
has_ip_address
|
||||||
hiredis
|
hiredis
|
||||||
hpricot
|
hpricot
|
||||||
|
@ -432,9 +430,8 @@ DEPENDENCIES
|
||||||
simple_handlebars_rails!
|
simple_handlebars_rails!
|
||||||
simplecov
|
simplecov
|
||||||
sinatra
|
sinatra
|
||||||
slim (<= 1.3.0)
|
slim
|
||||||
terminal-notifier-guard
|
terminal-notifier-guard
|
||||||
test-unit
|
|
||||||
therubyracer
|
therubyracer
|
||||||
thin
|
thin
|
||||||
turbo-sprockets-rails3
|
turbo-sprockets-rails3
|
||||||
|
|
2040
db/structure.sql
2040
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue