diff --git a/Gemfile b/Gemfile index 9f9d32e67..7a50b47b0 100644 --- a/Gemfile +++ b/Gemfile @@ -36,5 +36,5 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? gem "nokogiri", "~> 1.16" # So we can add custom element templates -gem 'slim', '~> 5.2.0' +gem 'slim', '~> 5.2.1' gem 'thread_safe', '~> 0.3.5' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4de1ccf7e..d76d30438 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM sass-embedded (1.69.6) google-protobuf (~> 3.25) rake (>= 13.0.0) - slim (5.2.0) + slim (5.2.1) temple (~> 0.10.0) tilt (>= 2.1.0) temple (0.10.3) @@ -99,7 +99,7 @@ DEPENDENCIES jekyll-feed (~> 0.17) minima (~> 2.0) nokogiri (~> 1.16) - slim (~> 5.2.0) + slim (~> 5.2.1) thread_safe (~> 0.3.5) tzinfo (~> 2.0) tzinfo-data