diff --git a/Gemfile b/Gemfile index 09accec04b..3b7916be61 100644 --- a/Gemfile +++ b/Gemfile @@ -36,5 +36,5 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? gem "nokogiri", "~> 1.15" # So we can add custom element templates -gem 'slim', '~> 5.1.1' +gem 'slim', '~> 5.2.0' gem 'thread_safe', '~> 0.3.5' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e3cff1303e..49711cc251 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,14 +74,14 @@ GEM sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) - slim (5.1.1) + slim (5.2.0) temple (~> 0.10.0) tilt (>= 2.1.0) - temple (0.10.2) + temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thread_safe (0.3.6) - tilt (2.2.0) + tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) tzinfo-data (1.2023.3) @@ -99,7 +99,7 @@ DEPENDENCIES jekyll-feed (~> 0.17) minima (~> 2.0) nokogiri (~> 1.15) - slim (~> 5.1.1) + slim (~> 5.2.0) thread_safe (~> 0.3.5) tzinfo (~> 2.0) tzinfo-data