Merge pull request #290 from olivierlacan/dependabot/bundler/middleman-4.3.3

Bump middleman from 4.3.2 to 4.3.3
This commit is contained in:
Olivier Lacan 2019-03-02 20:15:07 -05:00 committed by GitHub
commit 0a41262830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "addressable" gem "addressable"
gem "middleman", "~> 4.3.2" gem "middleman", "~> 4.3.3"
gem "middleman-autoprefixer" gem "middleman-autoprefixer"
gem "middleman-blog" gem "middleman-blog"
gem "middleman-livereload" gem "middleman-livereload"

View File

@ -44,12 +44,12 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.0) memoist (0.16.0)
method_source (0.9.2) method_source (0.9.2)
middleman (4.3.2) middleman (4.3.3)
coffee-script (~> 2.2) coffee-script (~> 2.2)
haml (>= 4.0.5) haml (>= 4.0.5)
kramdown (~> 1.2) kramdown (~> 1.2)
middleman-cli (= 4.3.2) middleman-cli (= 4.3.3)
middleman-core (= 4.3.2) middleman-core (= 4.3.3)
middleman-autoprefixer (2.10.0) middleman-autoprefixer (2.10.0)
autoprefixer-rails (>= 9.1.4) autoprefixer-rails (>= 9.1.4)
middleman-core (>= 3.3.3) middleman-core (>= 3.3.3)
@ -57,9 +57,9 @@ GEM
addressable (~> 2.3) addressable (~> 2.3)
middleman-core (>= 4.0.0) middleman-core (>= 4.0.0)
tzinfo (>= 0.3.0) tzinfo (>= 0.3.0)
middleman-cli (4.3.2) middleman-cli (4.3.3)
thor (>= 0.17.0, < 2.0) thor (>= 0.17.0, < 2.0)
middleman-core (4.3.2) middleman-core (4.3.3)
activesupport (>= 4.2, < 5.1) activesupport (>= 4.2, < 5.1)
addressable (~> 2.3) addressable (~> 2.3)
backports (~> 3.6) backports (~> 3.6)
@ -133,7 +133,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
addressable addressable
middleman (~> 4.3.2) middleman (~> 4.3.3)
middleman-autoprefixer middleman-autoprefixer
middleman-blog middleman-blog
middleman-gh-pages middleman-gh-pages