mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -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'
|
||||
|
||||
gem 'slim' # required for sidekiq-web
|
||||
gem 'redis'
|
||||
gem 'redis-rails'
|
||||
gem 'hiredis'
|
||||
|
|
|
@ -344,7 +344,6 @@ GEM
|
|||
temple (0.4.1)
|
||||
terminal-notifier-guard (1.5.3)
|
||||
terminal-table (1.4.5)
|
||||
test-unit (2.5.4)
|
||||
therubyracer (0.11.3)
|
||||
libv8 (~> 3.11.8.12)
|
||||
ref
|
||||
|
@ -391,7 +390,6 @@ DEPENDENCIES
|
|||
guard-jasmine
|
||||
guard-rspec
|
||||
guard-spork
|
||||
haml
|
||||
has_ip_address
|
||||
hiredis
|
||||
hpricot
|
||||
|
@ -432,9 +430,8 @@ DEPENDENCIES
|
|||
simple_handlebars_rails!
|
||||
simplecov
|
||||
sinatra
|
||||
slim (<= 1.3.0)
|
||||
slim
|
||||
terminal-notifier-guard
|
||||
test-unit
|
||||
therubyracer
|
||||
thin
|
||||
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