diff --git a/Gemfile b/Gemfile index 8fa6d3014..7c75f17b1 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "js-routes", "~> 2.2" # Brings Rails named routes to javascript gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood -gem "liquid", "~> 5.1" # A secure, non-evaling end user template engine with aesthetic markup +gem "liquid", "~> 5.2" # A secure, non-evaling end user template engine with aesthetic markup gem "nokogiri", "~> 1.13" # HTML, XML, SAX, and Reader parser gem "octokit", "~> 4.22" # Simple wrapper for the GitHub API gem "oj", "~> 3.13" # JSON parser and object serializer diff --git a/Gemfile.lock b/Gemfile.lock index 053e934b8..cb014ae35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,7 +447,7 @@ GEM addressable (~> 2.0) excon http (>= 2.0, < 6.0) - liquid (5.1.0) + liquid (5.2.0) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -962,7 +962,7 @@ DEPENDENCIES katex (~> 0.8.0) knapsack_pro (~> 3.1.3) launchy (~> 2.5) - liquid (~> 5.1) + liquid (~> 5.2) listen (~> 3.7) memory_profiler (~> 1.0) nakayoshi_fork (~> 0.0.4) diff --git a/vendor/cache/liquid-5.1.0.gem b/vendor/cache/liquid-5.1.0.gem deleted file mode 100644 index 0d5a7b288..000000000 Binary files a/vendor/cache/liquid-5.1.0.gem and /dev/null differ diff --git a/vendor/cache/liquid-5.2.0.gem b/vendor/cache/liquid-5.2.0.gem new file mode 100644 index 000000000..f989f823c Binary files /dev/null and b/vendor/cache/liquid-5.2.0.gem differ