Skip to content

Commit

Permalink
Upgrade Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 19, 2013
1 parent b9033ea commit 450cf98
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
14 changes: 9 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
source :rubygems
source "https://rubygems.org"

gem "jekyll"
gem "rdiscount"
gem "haml"
gem "RedCloth"
gem "jekyll", "~> 1.2.1"
gem "redcarpet"
# with Ruby 2.0 on OS X, you may need to install
# it manually with --with-iconv-dir:
#
# gem install iconv -- --with-iconv-dir=~/.rvm/usr
gem "iconv"
gem "albino"
46 changes: 27 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
albino (1.3.3)
posix-spawn (>= 0.3.6)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.5)
highline (~> 1.6.11)
directory_watcher (1.4.1)
fast-stemmer (1.0.0)
haml (3.1.4)
jekyll (0.11.2)
albino (~> 1.3)
fast-stemmer (1.0.2)
highline (1.6.20)
iconv (1.0.3)
jekyll (1.2.1)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
liquid (~> 2.3)
colorator (~> 0.1)
commander (~> 4.1.3)
directory_watcher (~> 1.4.1)
liquid (~> 2.5.2)
maruku (~> 0.5)
kramdown (0.13.5)
liquid (2.3.0)
maruku (0.6.0)
syntax (>= 1.0.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
safe_yaml (~> 0.7.0)
liquid (2.5.3)
maruku (0.7.0)
posix-spawn (0.3.6)
rdiscount (1.6.8)
syntax (1.0.0)
pygments.rb (0.5.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
redcarpet (2.3.0)
safe_yaml (0.7.1)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
RedCloth
haml
jekyll
rdiscount
albino
iconv
jekyll (~> 1.2.1)
redcarpet

0 comments on commit 450cf98

Please sign in to comment.