From 594f76a492f6e7f480f19778eca56126d1f70173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Morando?= <66503048+martinmorando@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:25:08 -0300 Subject: [PATCH] update gems --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05b08ba..eb8505a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,18 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.14.4) + i18n (1.14.6) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -37,8 +37,8 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) @@ -48,11 +48,11 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.4) + public_suffix (6.0.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.3.9) rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -60,7 +60,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.9.0) PLATFORMS x86_64-linux