Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Middleman
gem 'middleman', '~>3.3.10'
gem 'middleman-gh-pages', '~> 0.0.3'
gem 'middleman-syntax', '~> 2.0.0'
gem 'middleman-syntax', '~> 2.1.0'
gem 'middleman-autoprefixer', '~> 2.5.0'
gem 'rouge', '~> 1.9.1'
gem 'redcarpet', '~> 3.3.2'
Expand Down
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.12)
activesupport (4.1.16)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -31,15 +31,15 @@ GEM
sass (>= 3.2, < 3.5)
erubis (2.7.0)
execjs (2.5.2)
ffi (1.9.10)
ffi (1.15.4)
haml (4.0.6)
tilt
hike (1.2.3)
hitimes (1.2.2)
hooks (0.4.0)
uber (~> 0.0.4)
hitimes (2.0.0)
hooks (0.4.1)
uber (~> 0.0.14)
i18n (0.7.0)
json (1.8.3)
json (1.8.6)
kramdown (1.8.0)
listen (2.10.1)
celluloid (~> 0.16.0)
Expand Down Expand Up @@ -78,24 +78,24 @@ GEM
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
middleman-syntax (2.0.0)
middleman-core (~> 3.2)
middleman-syntax (2.1.0)
middleman-core (>= 3.2)
rouge (~> 1.0)
minitest (5.7.0)
minitest (5.14.4)
multi_json (1.11.2)
padrino-helpers (0.12.5)
padrino-helpers (0.12.9)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.5)
tilt (~> 1.4.1)
padrino-support (0.12.5)
padrino-support (= 0.12.9)
tilt (>= 1.4.1, < 3)
padrino-support (0.12.9)
activesupport (>= 3.1)
rack (1.6.4)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.3.2)
rouge (1.9.1)
sass (3.4.16)
Expand All @@ -109,14 +109,14 @@ GEM
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.19.1)
thread_safe (0.3.5)
thor (1.1.0)
thread_safe (0.3.6)
tilt (1.4.1)
timers (4.0.1)
timers (4.0.4)
hitimes
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uber (0.0.13)
uber (0.0.15)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand All @@ -128,7 +128,7 @@ DEPENDENCIES
middleman (~> 3.3.10)
middleman-autoprefixer (~> 2.5.0)
middleman-gh-pages (~> 0.0.3)
middleman-syntax (~> 2.0.0)
middleman-syntax (~> 2.1.0)
rake (~> 10.4.2)
redcarpet (~> 3.3.2)
rouge (~> 1.9.1)
Expand Down