From a10039c7785e84d3c4dca4fd94b13375ab8c37d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:56:04 +0000 Subject: [PATCH] Update dependency ceedling to v1 --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0f275b19d..1ccfb3a5d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'ceedling', '0.31.1' +gem 'ceedling', '1.0.1' gem 'rake', '13.2.1' gem 'guard', '2.19.0' gem 'guard-rake', '1.0.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 419c0ec1b..c30322615 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,18 @@ GEM remote: https://rubygems.org/ specs: - ceedling (0.31.1) + ceedling (1.0.1) constructor (~> 2) deep_merge (~> 1.2) + diy (~> 1.1) rake (>= 12, < 14) - thor (~> 0.14) + thor (~> 1.3) + unicode-display_width (~> 3.1) coderay (1.1.3) constructor (2.0.0) deep_merge (1.2.2) + diy (1.1.2) + constructor (>= 1.0.0) ffi (1.17.0) formatador (1.1.0) guard (2.19.0) @@ -40,7 +44,10 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) shellany (0.0.1) - thor (0.20.3) + thor (1.3.2) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS aarch64-linux @@ -48,7 +55,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - ceedling (= 0.31.1) + ceedling (= 1.0.1) guard (= 2.19.0) guard-rake (= 1.0.0) rake (= 13.2.1)