diff --git a/Gemfile b/Gemfile index 1ea67854e..82808e9f2 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "terser", "1.1.10" # Configuration gem "configurate", "0.5.0" -gem "toml-rb", "2.1.0" +gem "toml-rb", "2.1.2" # Cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index c59d11fd0..654a78b92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -728,7 +728,7 @@ GEM tilt (2.0.10) timecop (0.9.4) timers (4.3.3) - toml-rb (2.1.0) + toml-rb (2.1.2) citrus (~> 3.0, > 3.0) turbo_dev_assets (0.0.2) twitter (7.0.0) @@ -919,7 +919,7 @@ DEPENDENCIES string-direction (= 1.2.2) terser (= 1.1.10) timecop (= 0.9.4) - toml-rb (= 2.1.0) + toml-rb (= 2.1.2) turbo_dev_assets (= 0.0.2) twitter (= 7.0.0) twitter-text (= 1.14.7)