Commit ec2415e3 authored by Chrisovalantis Kefalidis's avatar Chrisovalantis Kefalidis Committed by Robert Lord

Update middleman gem to version 3.3.10

parent f5b34ba6
source 'http://rubygems.org' source 'http://rubygems.org'
# Middleman # Middleman
gem 'middleman', '~>3.3.0' gem 'middleman', '~>3.3.10'
gem 'middleman-gh-pages' gem 'middleman-gh-pages'
gem 'middleman-syntax' gem 'middleman-syntax'
gem 'rouge', '~> 1.8.0' gem 'rouge', '~> 1.8.0'
......
...@@ -27,7 +27,7 @@ GEM ...@@ -27,7 +27,7 @@ GEM
compass-import-once (1.0.5) compass-import-once (1.0.5)
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.3.0) execjs (2.4.0)
ffi (1.9.6) ffi (1.9.6)
haml (4.0.6) haml (4.0.6)
tilt tilt
...@@ -35,26 +35,26 @@ GEM ...@@ -35,26 +35,26 @@ GEM
hitimes (1.2.2) hitimes (1.2.2)
hooks (0.4.0) hooks (0.4.0)
uber (~> 0.0.4) uber (~> 0.0.4)
i18n (v) i18n (0.7.0)
json (1.8.2) json (1.8.2)
kramdown (1.5.0) kramdown (1.6.0)
libv8 (3.16.14.7) libv8 (3.16.14.7)
listen (2.8.5) listen (2.8.5)
celluloid (>= 0.15.2) celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
middleman (3.3.9) middleman (3.3.10)
coffee-script (~> 2.2) coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0) compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5) compass-import-once (= 1.0.5)
execjs (~> 2.0) execjs (~> 2.0)
haml (>= 4.0.5) haml (>= 4.0.5)
kramdown (~> 1.2) kramdown (~> 1.2)
middleman-core (= 3.3.9) middleman-core (= 3.3.10)
middleman-sprockets (>= 3.1.2) middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0) sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5) uglifier (~> 2.5)
middleman-core (3.3.9) middleman-core (3.3.10)
activesupport (~> 4.1.0) activesupport (~> 4.1.0)
bundler (~> 1.1) bundler (~> 1.1)
erubis erubis
...@@ -68,7 +68,7 @@ GEM ...@@ -68,7 +68,7 @@ GEM
tilt (~> 1.4.1, < 2.0) tilt (~> 1.4.1, < 2.0)
middleman-gh-pages (0.0.3) middleman-gh-pages (0.0.3)
rake (> 0.9.3) rake (> 0.9.3)
middleman-sprockets (3.4.1) middleman-sprockets (3.4.2)
middleman-core (>= 3.3) middleman-core (>= 3.3)
sprockets (~> 2.12.1) sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0) sprockets-helpers (~> 1.1.0)
...@@ -77,12 +77,12 @@ GEM ...@@ -77,12 +77,12 @@ GEM
middleman-core (~> 3.2) middleman-core (~> 3.2)
rouge (~> 1.0) rouge (~> 1.0)
minitest (5.5.1) minitest (5.5.1)
multi_json (1.10.1) multi_json (1.11.0)
padrino-helpers (0.12.4) padrino-helpers (0.12.5)
i18n (~> 0.6, >= 0.6.7) i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.4) padrino-support (= 0.12.5)
tilt (~> 1.4.1) tilt (~> 1.4.1)
padrino-support (0.12.4) padrino-support (0.12.5)
activesupport (>= 3.1) activesupport (>= 3.1)
rack (1.6.0) rack (1.6.0)
rack-test (0.6.3) rack-test (0.6.3)
...@@ -94,7 +94,7 @@ GEM ...@@ -94,7 +94,7 @@ GEM
redcarpet (3.2.2) redcarpet (3.2.2)
ref (1.0.5) ref (1.0.5)
rouge (1.8.0) rouge (1.8.0)
sass (3.4.12) sass (3.4.13)
sprockets (2.12.3) sprockets (2.12.3)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
...@@ -116,7 +116,7 @@ GEM ...@@ -116,7 +116,7 @@ GEM
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uber (0.0.13) uber (0.0.13)
uglifier (2.7.0) uglifier (2.7.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
...@@ -124,7 +124,7 @@ PLATFORMS ...@@ -124,7 +124,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman (~> 3.3.0) middleman (~> 3.3.10)
middleman-gh-pages middleman-gh-pages
middleman-syntax middleman-syntax
rake (~> 10.4.0) rake (~> 10.4.0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment