From 7dc1e2d026c14ec6f62b6c24a2736948d73bff9b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:52:55 +0200 Subject: [PATCH] Bump toml-rb --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 27058aaba..cd090f62e 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "terser", "1.2.2" # Configuration gem "configurate", "0.6.0" -gem "toml-rb", "2.2.0" +gem "toml-rb", "3.0.1" # Cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index 3bda13693..fa7436053 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -721,8 +721,9 @@ GEM timecop (0.9.6) timeout (0.4.1) timers (4.3.5) - toml-rb (2.2.0) + toml-rb (3.0.1) citrus (~> 3.0, > 3.0) + racc (~> 1.7) turbo_dev_assets (0.0.2) twitter (8.0.0) addressable (~> 2.3) @@ -890,7 +891,7 @@ DEPENDENCIES string-direction (= 1.2.2) terser (= 1.2.2) timecop (= 0.9.6) - toml-rb (= 2.2.0) + toml-rb (= 3.0.1) turbo_dev_assets (= 0.0.2) twitter (= 8.0.0) twitter-text (= 3.1.0)