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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'middleman', '~>3.3.10'
gem 'middleman-gh-pages', '~> 0.0.3'
gem 'middleman-syntax', '~> 2.0.0'
gem 'middleman-autoprefixer', '~> 2.5.0'
gem 'middleman-autoprefixer', '~> 2.10.1'
gem 'rouge', '~> 1.9.1'
gem 'redcarpet', '~> 3.3.2'

Expand Down
51 changes: 25 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
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)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
autoprefixer-rails (5.2.1.1)
autoprefixer-rails (9.8.6.5)
execjs
json
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.4)
Expand All @@ -30,16 +29,16 @@ GEM
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
erubis (2.7.0)
execjs (2.5.2)
ffi (1.9.10)
execjs (2.8.1)
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 All @@ -56,8 +55,8 @@ GEM
middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-autoprefixer (2.5.0)
autoprefixer-rails (~> 5.2.0)
middleman-autoprefixer (2.10.1)
autoprefixer-rails (~> 9.1)
middleman-core (>= 3.3.3)
middleman-core (3.3.12)
activesupport (~> 4.1.0)
Expand All @@ -81,21 +80,21 @@ GEM
middleman-syntax (2.0.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 +108,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 @@ -126,7 +125,7 @@ PLATFORMS

DEPENDENCIES
middleman (~> 3.3.10)
middleman-autoprefixer (~> 2.5.0)
middleman-autoprefixer (~> 2.10.1)
middleman-gh-pages (~> 0.0.3)
middleman-syntax (~> 2.0.0)
rake (~> 10.4.2)
Expand Down