Skip to content
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 @@ -2,7 +2,7 @@ source "https://rubygems.org"

group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 3.0'
gem 'jekyll', '~> 4.3'
gem 'pygments.rb', '~> 0.6.3'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2'
Expand Down
70 changes: 48 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,52 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.19)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.9.14)
ffi (1.15.5)
forwardable-extended (2.6.0)
fssm (0.2.10)
google-protobuf (3.21.12)
haml (4.0.7)
tilt
jekyll (3.2.1)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (0.11.0)
addressable (~> 2.4.0)
jekyll-time-to-read (0.1.2)
jekyll
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.12.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
libv8 (3.16.14.15)
liquid (3.0.6)
liquid (4.0.4)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -53,8 +71,8 @@ GEM
titlecase
octopress-deploy (1.3.0)
colorator
octopress-escape-code (2.1.1)
jekyll (~> 3.0)
octopress-escape-code (2.0.6)
octopress-hooks (~> 2.0)
octopress-filters (1.4.0)
jekyll
octopress-hooks (~> 2.0)
Expand All @@ -67,7 +85,7 @@ GEM
octopress-tag-helpers (~> 1.0)
octopress-tag-helpers (1.0.8)
jekyll (>= 2.0)
pathutil (0.14.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.11)
pry (0.10.4)
Expand All @@ -82,16 +100,20 @@ GEM
rack
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.0.1)
redcarpet (3.3.4)
ref (2.0.0)
rouge (1.11.1)
rexml (3.2.5)
rouge (4.0.1)
rubypants (0.5.0)
rubypants-unicode (0.2.5)
safe_yaml (1.0.4)
safe_yaml (1.0.5)
sass (3.2.19)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-globbing (1.1.5)
sass (>= 3.1)
sinatra (1.4.7)
Expand All @@ -100,11 +122,15 @@ GEM
tilt (>= 1.3, < 3)
slop (3.6.0)
stringex (1.5.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
tilt (2.0.5)
titlecase (0.1.1)
unicode-display_width (2.4.2)
webrick (1.7.0)
yajl-ruby (1.2.1)

PLATFORMS
Expand All @@ -116,7 +142,7 @@ DEPENDENCIES
compass (~> 0.12)
execjs
haml (~> 4.0)
jekyll (~> 3.0)
jekyll (~> 4.3)
jekyll-paginate
jekyll-sitemap
jekyll-time-to-read
Expand Down