From 80e6fc607edbbe4bee20e7eced4f2f004a0c8c79 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Fri, 27 Nov 2020 07:35:27 +0100 Subject: [PATCH] =?UTF-8?q?mises=20=C3=A0=20jour=20d=C3=A9pendances=20ruby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 6 +++--- gemset.nix | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e000294..0372268 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - asciidoctor (2.0.10) - asciidoctor-diagram (2.0.2) + asciidoctor (2.0.12) + asciidoctor-diagram (2.0.5) asciidoctor (>= 1.5.7, < 3.x) asciidoctor-revealjs (4.0.1) asciidoctor (>= 2.0.0, < 3.0.0) concurrent-ruby (~> 1.0) thread_safe (~> 0.3.5) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) thread_safe (0.3.6) PLATFORMS diff --git a/gemset.nix b/gemset.nix index abffd9f..759959e 100644 --- a/gemset.nix +++ b/gemset.nix @@ -4,10 +4,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz"; + sha256 = "1gjk9v83vw0pz4x0xqqnw231z9sgscm6vnacjw7hy5njkw8fskj9"; type = "gem"; }; - version = "2.0.10"; + version = "2.0.12"; }; asciidoctor-diagram = { dependencies = ["asciidoctor"]; @@ -15,10 +15,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1dah5jcjykvfvw17dzyyv1nn2h41csvmmvfihy97iq1b8gfiynk9"; + sha256 = "1yl4p0gxijmqfzs4nfwygkgcnnv7mjgkf206adcs1gi70h55maha"; type = "gem"; }; - version = "2.0.2"; + version = "2.0.5"; }; asciidoctor-revealjs = { dependencies = ["asciidoctor" "concurrent-ruby" "thread_safe"]; @@ -36,10 +36,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl"; + sha256 = "1vnxrbhi7cq3p4y2v9iwd10v1c7l15is4var14hwnb2jip4fyjzz"; type = "gem"; }; - version = "1.1.6"; + version = "1.1.7"; }; thread_safe = { groups = ["default"];