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

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new d2171ca  Fixed gem versions to avoid failures
d2171ca is described below

commit d2171ca8b58cbe53feb8ba8da0c9a47745f04ab8
Author: iuliana <[email protected]>
AuthorDate: Thu Jul 8 12:24:47 2021 +0100

    Fixed gem versions to avoid failures
---
 Gemfile.lock | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 713231c..1a39754 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,12 +9,12 @@ GEM
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0.6.0)
     ethon (0.14.0)
-      ffi (>= 1.15.0)
+      ffi (1.15.0)
     eventmachine (1.2.7)
     ffi (1.15.0)
     forwardable-extended (2.6.0)
     html-proofer (3.19.1)
-      addressable (~> 2.3)
+      addressable (= 2.7.0)
       mercenary (~> 0.3)
       nokogumbo (~> 2.0)
       parallel (~> 1.3)
@@ -25,7 +25,7 @@ GEM
     i18n (1.8.10)
       concurrent-ruby (~> 1.0)
     jekyll (4.2.0)
-      addressable (~> 2.4)
+      addressable (= 2.7.0)
       colorator (~> 1.0)
       em-websocket (~> 0.5)
       i18n (~> 1.0)
@@ -74,13 +74,13 @@ GEM
     rainbow (3.0.0)
     rb-fsevent (0.11.0)
     rb-inotify (0.10.1)
-      ffi (~> 1.0)
+      ffi (1.15.0)
     ref (2.0.0)
     rexml (3.2.5)
     rouge (3.26.0)
     safe_yaml (1.0.5)
     sassc (2.4.0)
-      ffi (~> 1.9)
+      ffi (1.15.0)
     terminal-table (2.0.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
     therubyracer (0.12.3)

Reply via email to