This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6ef9fa39 Update various gems.
6ef9fa39 is described below
commit 6ef9fa397b1b334acdbb33b226b8453fc7ea026c
Author: Tomaz Muraus <[email protected]>
AuthorDate: Thu May 26 21:02:18 2022 +0200
Update various gems.
---
Gemfile | 2 +-
Gemfile.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Gemfile b/Gemfile
index 459d61e9..92dcec24 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source "http://rubygems.org"
group :production do
gem 'jekyll', '~> 4.2.2'
# Markdown renderer
- gem 'kramdown', '~> 2.3.0'
+ gem 'kramdown', '~> 2.4.0'
# Syntax highlighter
gem 'rouge', '~> 3.28.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 00e68b63..a9420400 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -48,7 +48,7 @@ GEM
nuggets
jekyll-watch (2.2.1)
listen (~> 3.0)
- kramdown (2.3.2)
+ kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
@@ -57,10 +57,10 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
- nuggets (1.6.0)
+ nuggets (1.6.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (4.0.6)
+ public_suffix (4.0.7)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
@@ -85,7 +85,7 @@ DEPENDENCIES
jekyll-sitemap (~> 1.4.0)
jekyll-tagging (~> 1.1.0)
jekyll_asset_pipeline!
- kramdown (~> 2.3.0)
+ kramdown (~> 2.4.0)
rouge (~> 3.28.0)
webrick (~> 1.7.0)
yui-compressor (~> 0.12.0)