diff --git a/Gemfile b/Gemfile index 1686ae694..90562797a 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 b29e9b019..0df7492cf 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)