From a5f59ef105736e43d9543ea929f73ace81ef4c90 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Sat, 6 Nov 2021 01:55:47 +0100
Subject: [PATCH] Bump toml-rb

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 1686ae6941..90562797a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ gem "terser", "1.1.7"
 # Configuration
 
 gem "configurate", "0.5.0"
-gem "toml-rb", "2.0.1"
+gem "toml-rb", "2.1.0"
 
 # Cross-origin resource sharing
 
diff --git a/Gemfile.lock b/Gemfile.lock
index b29e9b019b..0df7492cf1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -729,7 +729,7 @@ GEM
     tilt (2.0.10)
     timecop (0.9.4)
     timers (4.3.3)
-    toml-rb (2.0.1)
+    toml-rb (2.1.0)
       citrus (~> 3.0, > 3.0)
     turbo_dev_assets (0.0.2)
     twitter (7.0.0)
@@ -920,7 +920,7 @@ DEPENDENCIES
   string-direction (= 1.2.2)
   terser (= 1.1.7)
   timecop (= 0.9.4)
-  toml-rb (= 2.0.1)
+  toml-rb (= 2.1.0)
   turbo_dev_assets (= 0.0.2)
   twitter (= 7.0.0)
   twitter-text (= 1.14.7)
-- 
GitLab