This commit is contained in:
yqbk
2016-07-25 16:04:04 +02:00
parent 9c1b221fba
commit b11c319e7c
4 changed files with 0 additions and 6 deletions

View File

@ -28,7 +28,6 @@ gem 'rubytree'
gem 'sass-rails', '~> 4.0.3'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'slim'
gem 'bootstrap_pagedown'
gem 'pagedown-rails', '~> 1.1.4'
gem 'sorcery'
gem 'thread_safe'

View File

@ -48,8 +48,6 @@ GEM
debug_inspector (>= 0.0.1)
bootstrap-will_paginate (0.0.10)
will_paginate
bootstrap_pagedown (1.1.0)
rails (>= 3.2)
builder (3.2.2)
byebug (8.2.2)
capistrano (3.3.5)
@ -359,7 +357,6 @@ DEPENDENCIES
better_errors
binding_of_caller
bootstrap-will_paginate
bootstrap_pagedown
byebug
capistrano (~> 3.3.0)
capistrano-rails

View File

@ -13,7 +13,6 @@
//= require jquery
//
//= require ace/ace
//= require bootstrap_pagedown
//= require chosen.jquery.min
//= require d3
//= require jquery.turbolinks

View File

@ -14,6 +14,5 @@
*= require_tree ../../../lib
*= require_tree ../../../vendor/assets/stylesheets/
*= require_self
*= require bootstrap_pagedown
*= require markdown
*/