You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/08/26 16:21:24 UTC

[mesos] branch master updated: Updated site's middleman versions.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new c104977  Updated site's middleman versions.
c104977 is described below

commit c104977894e2abb36aa0a78456c54fb74a20543e
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Mon Aug 26 18:18:07 2019 +0200

    Updated site's middleman versions.
    
    Review: https://reviews.apache.org/r/71368/
---
 site/Gemfile      |  8 ++++----
 site/Gemfile.lock | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index c492030..c0df4e1 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -1,9 +1,9 @@
 source 'https://rubygems.org'
 
-gem 'middleman', '3.4.0'
-gem 'middleman-livereload', '3.4.6'
-gem 'middleman-syntax', '3.0.0'
-gem 'middleman-blog', '3.5.3'
+gem 'middleman', '~>3'
+gem 'middleman-livereload', '~>3'
+gem 'middleman-syntax', '~>3'
+gem 'middleman-blog', '~>3'
 
 # Middleman has an undeclared dependency on `tzinfo-data` for
 # generating timestamps.
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 63c48e7..87d825c 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -52,14 +52,14 @@ GEM
     listen (3.0.8)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
-    middleman (3.4.0)
+    middleman (3.4.1)
       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.4.0)
+      middleman-core (= 3.4.1)
       middleman-sprockets (>= 3.1.2)
       sass (>= 3.4.0, < 4.0)
       uglifier (~> 2.5)
@@ -67,7 +67,7 @@ GEM
       addressable (~> 2.3.5)
       middleman-core (~> 3.2)
       tzinfo (>= 0.3.0)
-    middleman-core (3.4.0)
+    middleman-core (3.4.1)
       activesupport (~> 4.1)
       bundler (~> 1.1)
       capybara (~> 2.4.4)
@@ -88,9 +88,9 @@ GEM
       sprockets (~> 2.12.1)
       sprockets-helpers (~> 1.1.0)
       sprockets-sass (~> 1.3.0)
-    middleman-syntax (3.0.0)
+    middleman-syntax (3.2.0)
       middleman-core (>= 3.2)
-      rouge (~> 2.0)
+      rouge (~> 3.2)
     mime-types (3.2.2)
       mime-types-data (~> 3.2015)
     mime-types-data (3.2019.0331)
@@ -116,7 +116,7 @@ GEM
       ffi (~> 1.0)
     rdiscount (2.2.0.1)
     ref (2.0.0)
-    rouge (2.2.1)
+    rouge (3.9.0)
     sass (3.4.25)
     sprockets (2.12.5)
       hike (~> 1.2)
@@ -151,10 +151,10 @@ PLATFORMS
 
 DEPENDENCIES
   htmlentities
-  middleman (= 3.4.0)
-  middleman-blog (= 3.5.3)
-  middleman-livereload (= 3.4.6)
-  middleman-syntax (= 3.0.0)
+  middleman (~> 3)
+  middleman-blog (~> 3)
+  middleman-livereload (~> 3)
+  middleman-syntax (~> 3)
   rake
   rdiscount (= 2.2.0.1)
   therubyracer