Update to middleman 4.2.1 for ruby 2.4 fix

This commit is contained in:
Kevin Glowacz 2017-02-03 13:55:10 -06:00 committed by Robert Lord
parent 7ae2192b75
commit 577e7e7020
3 changed files with 12 additions and 16 deletions

View file

@ -9,7 +9,3 @@ rvm:
cache: bundler cache: bundler
script: bundle exec middleman build script: bundle exec middleman build
matrix:
allow_failures:
- rvm: 2.4.0

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# Middleman # Middleman
gem 'middleman', '~>4.2.0' gem 'middleman', '~>4.2.1'
gem 'middleman-syntax', '~> 3.0.0' gem 'middleman-syntax', '~> 3.0.0'
gem 'middleman-autoprefixer', '~> 2.7.0' gem 'middleman-autoprefixer', '~> 2.7.0'
gem "middleman-sprockets", "~> 4.1.0" gem "middleman-sprockets", "~> 4.1.0"

View file

@ -19,7 +19,7 @@ GEM
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.4) concurrent-ruby (1.0.4)
contracts (0.13.0) contracts (0.13.0)
dotenv (2.1.2) dotenv (2.2.0)
erubis (2.7.0) erubis (2.7.0)
execjs (2.7.0) execjs (2.7.0)
fast_blank (1.0.0) fast_blank (1.0.0)
@ -30,27 +30,27 @@ GEM
tilt tilt
hamster (3.0.0) hamster (3.0.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
hashie (3.4.6) hashie (3.5.1)
i18n (0.7.0) i18n (0.7.0)
kramdown (1.13.2) kramdown (1.13.2)
listen (3.0.8) listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.15.0) memoist (0.15.0)
middleman (4.2.0) middleman (4.2.1)
coffee-script (~> 2.2) coffee-script (~> 2.2)
compass-import-once (= 1.0.5) compass-import-once (= 1.0.5)
haml (>= 4.0.5) haml (>= 4.0.5)
kramdown (~> 1.2) kramdown (~> 1.2)
middleman-cli (= 4.2.0) middleman-cli (= 4.2.1)
middleman-core (= 4.2.0) middleman-core (= 4.2.1)
sass (>= 3.4.0, < 4.0) sass (>= 3.4.0, < 4.0)
middleman-autoprefixer (2.7.1) middleman-autoprefixer (2.7.1)
autoprefixer-rails (>= 6.5.2, < 7.0.0) autoprefixer-rails (>= 6.5.2, < 7.0.0)
middleman-core (>= 3.3.3) middleman-core (>= 3.3.3)
middleman-cli (4.2.0) middleman-cli (4.2.1)
thor (>= 0.17.0, < 2.0) thor (>= 0.17.0, < 2.0)
middleman-core (4.2.0) middleman-core (4.2.1)
activesupport (>= 4.2, < 5.1) activesupport (>= 4.2, < 5.1)
addressable (~> 2.3) addressable (~> 2.3)
backports (~> 3.6) backports (~> 3.6)
@ -90,7 +90,7 @@ GEM
public_suffix (2.0.5) public_suffix (2.0.5)
rack (2.0.1) rack (2.0.1)
rb-fsevent (0.9.8) rb-fsevent (0.9.8)
rb-inotify (0.9.7) rb-inotify (0.9.8)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.4.0) redcarpet (3.4.0)
rouge (2.0.7) rouge (2.0.7)
@ -101,7 +101,7 @@ GEM
rack (> 1, < 3) rack (> 1, < 3)
thor (0.19.4) thor (0.19.4)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.5) tilt (2.0.6)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (3.0.4) uglifier (3.0.4)
@ -111,7 +111,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman (~> 4.2.0) middleman (~> 4.2.1)
middleman-autoprefixer (~> 2.7.0) middleman-autoprefixer (~> 2.7.0)
middleman-sprockets (~> 4.1.0) middleman-sprockets (~> 4.1.0)
middleman-syntax (~> 3.0.0) middleman-syntax (~> 3.0.0)
@ -119,4 +119,4 @@ DEPENDENCIES
rouge (~> 2.0.5) rouge (~> 2.0.5)
BUNDLED WITH BUNDLED WITH
1.13.6 1.14.3