Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kramdown from 1.0.2 to 2.3.0 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gem 'awestruct', '~> 0.5.0' # Framework for creating static HTML sites
gem 'uglifier', '~> 2.0.1' # Ruby wrapper for UglifyJS JavaScript compressor
gem 'cssminify', '~> 1.0.2' # CSS compression using YUI compressor
gem 'rb-fsevent', '~> 0.9.3' # FSEvents API with Signals catching (without RubyCocoa)
gem 'kramdown', '~> 1.0.1' # Kramdown works on all platforms, rdiscount only on mri
gem 'kramdown', '~> 2.3.0' # Kramdown works on all platforms, rdiscount only on mri
gem 'htmlcompressor', '~> 0.0.3' # Adds in HTML minification, helps remove the warning on awestruct startup
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ GEM
htmlcompressor (0.0.7)
yui-compressor (~> 0.9.6)
http_parser.rb (0.6.0)
kramdown (1.0.2)
kramdown (2.3.0)
rexml
listen (2.7.11)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
Expand All @@ -83,6 +84,7 @@ GEM
ffi (>= 0.5.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rexml (3.2.4)
ruby-s3cmd (0.1.5)
sass (3.2.19)
slop (3.6.0)
Expand All @@ -105,6 +107,6 @@ DEPENDENCIES
awestruct (~> 0.5.0)
cssminify (~> 1.0.2)
htmlcompressor (~> 0.0.3)
kramdown (~> 1.0.1)
kramdown (~> 2.3.0)
rb-fsevent (~> 0.9.3)
uglifier (~> 2.0.1)