From 2712645f90090daca60cd44e78e4c5ca0963bdaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 17 Jan 2019 05:36:04 +0000 Subject: [PATCH] Bump middleman from 4.2.1 to 4.3.2 Bumps [middleman](https://github.com/middleman/middleman) from 4.2.1 to 4.3.2. - [Release notes](https://github.com/middleman/middleman/releases) - [Changelog](https://github.com/middleman/middleman/blob/v4.3.2/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman/compare/v4.2.1...v4.3.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index a1d8d73..d38ab92 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ # the following line to use "https" source 'http://rubygems.org' -gem "middleman", "~>4.1" +gem "middleman", "~>4.3" gem "middleman-deploy", git: 'https://github.com/middleman-contrib/middleman-deploy.git', branch: 'master' gem 'middleman-autoprefixer' gem 'middleman-sprockets' diff --git a/Gemfile.lock b/Gemfile.lock index 1361f43..34b2796 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,11 +25,9 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - compass-import-once (1.0.5) - sass (>= 3.2, < 3.5) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.4) contracts (0.13.0) - dotenv (2.5.0) + dotenv (2.6.0) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -46,31 +44,30 @@ GEM concurrent-ruby (~> 1.0) hashie (3.6.0) http_parser.rb (0.6.0) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) kramdown (1.17.0) libv8 (3.16.14.19) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) memoist (0.16.0) - middleman (4.2.1) + middleman (4.3.2) coffee-script (~> 2.2) - compass-import-once (= 1.0.5) haml (>= 4.0.5) kramdown (~> 1.2) - middleman-cli (= 4.2.1) - middleman-core (= 4.2.1) - sass (>= 3.4.0, < 4.0) + middleman-cli (= 4.3.2) + middleman-core (= 4.3.2) middleman-autoprefixer (2.9.0) autoprefixer-rails (~> 8.0) middleman-core (>= 3.3.3) - middleman-cli (4.2.1) + middleman-cli (4.3.2) thor (>= 0.17.0, < 2.0) - middleman-core (4.2.1) + middleman-core (4.3.2) activesupport (>= 4.2, < 5.1) addressable (~> 2.3) backports (~> 3.6) - bundler (~> 1.1) + bundler contracts (~> 0.13.0) dotenv erubis @@ -79,15 +76,15 @@ GEM fastimage (~> 2.0) hamster (~> 3.0) hashie (~> 3.4) - i18n (~> 0.7.0) + i18n (~> 0.9.0) listen (~> 3.0.0) memoist (~> 0.14) padrino-helpers (~> 0.13.0) parallel rack (>= 1.4.5, < 3) - sass (>= 3.4) + sassc (~> 2.0) servolux - tilt (~> 2.0) + tilt (~> 2.0.9) uglifier (~> 3.0) middleman-livereload (3.4.6) em-websocket (~> 0.5.1) @@ -112,11 +109,14 @@ GEM rack (2.0.6) rack-livereload (0.3.17) rack + rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) ref (2.0.0) - sass (3.4.25) + sassc (2.0.0) + ffi (~> 1.9.6) + rake servolux (0.13.0) slim (4.0.1) temple (>= 0.7.6, < 0.9) @@ -140,7 +140,7 @@ PLATFORMS ruby DEPENDENCIES - middleman (~> 4.1) + middleman (~> 4.3) middleman-autoprefixer middleman-deploy! middleman-livereload (~> 3.4)