Skip to content

Commit

Permalink
bump middleman
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schobel authored and dschobel committed Jul 11, 2018
1 parent 5e6f4b3 commit 9b88b87
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'builder', '3.2.2'
gem 'middleman', '3.3.7'
gem 'middleman', '3.3.12'
gem 'middleman-livereload', '3.4.6'
gem 'middleman-syntax', '2.0.0'
gem 'middleman-blog', '3.5.3'
Expand Down
44 changes: 22 additions & 22 deletions Gemfile.lock
Expand Up @@ -11,7 +11,7 @@ GEM
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.8)
chunky_png (1.3.10)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -32,45 +32,45 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.2.5)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.9.18)
ffi (1.9.25)
haml (5.0.4)
temple (>= 0.8.0)
tilt
hike (1.2.3)
hitimes (1.2.6)
hitimes (1.3.0)
hooks (0.4.1)
uber (~> 0.0.14)
http_parser.rb (0.6.0)
i18n (0.6.11)
i18n (0.7.0)
json (1.8.6)
kramdown (1.16.2)
kramdown (1.17.0)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
middleman (3.3.7)
middleman (3.3.12)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-core (= 3.3.7)
middleman-core (= 3.3.12)
middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-blog (3.5.3)
addressable (~> 2.3.5)
middleman-core (~> 3.2)
tzinfo (>= 0.3.0)
middleman-core (3.3.7)
middleman-core (3.3.12)
activesupport (~> 4.1.0)
bundler (~> 1.1)
erubis
hooks (~> 0.3)
i18n (~> 0.6.9)
i18n (~> 0.7.0)
listen (>= 2.7.9, < 3.0)
padrino-helpers (~> 0.12.3)
rack (>= 1.4.5, < 2.0)
Expand All @@ -94,34 +94,34 @@ GEM
middleman-core (~> 3.2)
rouge (~> 1.0)
mini_portile2 (2.3.0)
minitest (5.11.1)
minitest (5.11.3)
multi_json (1.13.1)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
net-ssh (5.0.2)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
padrino-helpers (0.12.8.1)
padrino-helpers (0.12.9)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.8.1)
tilt (~> 1.4.1)
padrino-support (0.12.8.1)
padrino-support (= 0.12.9)
tilt (>= 1.4.1, < 3)
padrino-support (0.12.9)
activesupport (>= 3.1)
ptools (1.3.5)
rack (1.6.8)
rack-livereload (0.3.16)
rack (1.6.10)
rack-livereload (0.3.17)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdiscount (2.2.0.1)
redcarpet (3.4.0)
rouge (1.11.1)
sass (3.4.25)
sprockets (2.12.4)
sprockets (2.12.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
Expand All @@ -137,7 +137,7 @@ GEM
tilt (1.4.1)
timers (4.0.4)
hitimes
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uber (0.0.15)
uglifier (2.7.2)
Expand All @@ -149,7 +149,7 @@ PLATFORMS

DEPENDENCIES
builder (= 3.2.2)
middleman (= 3.3.7)
middleman (= 3.3.12)
middleman-blog (= 3.5.3)
middleman-deploy (= 0.2.4)
middleman-livereload (= 3.4.6)
Expand Down

0 comments on commit 9b88b87

Please sign in to comment.