Bump liquid from 5.0.1 to 5.1.0 (#14746)
Bumps [liquid](https://github.com/Shopify/liquid) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/Shopify/liquid/releases) - [Changelog](https://github.com/Shopify/liquid/blob/master/History.md) - [Commits](https://github.com/Shopify/liquid/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: liquid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e7af2bfc86
commit
7a1f6246ee
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -54,7 +54,7 @@ gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL
|
|||
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.0" # A secure, non-evaling end user template engine with aesthetic markup
|
||||
gem "liquid", "~> 5.1" # A secure, non-evaling end user template engine with aesthetic markup
|
||||
gem "nokogiri", "~> 1.12" # HTML, XML, SAX, and Reader parser
|
||||
gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API
|
||||
gem "oj", "~> 3.13" # JSON parser and object serializer
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ GEM
|
|||
addressable (~> 2.0)
|
||||
excon
|
||||
http (>= 2.0, < 5.0)
|
||||
liquid (5.0.1)
|
||||
liquid (5.1.0)
|
||||
listen (3.7.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
|
|
@ -915,7 +915,7 @@ DEPENDENCIES
|
|||
katex (~> 0.8.0)
|
||||
knapsack_pro (~> 3.1.1)
|
||||
launchy (~> 2.5)
|
||||
liquid (~> 5.0)
|
||||
liquid (~> 5.1)
|
||||
listen (~> 3.7)
|
||||
memory_profiler (~> 1.0)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/liquid-5.0.1.gem
vendored
BIN
vendor/cache/liquid-5.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/liquid-5.1.0.gem
vendored
Normal file
BIN
vendor/cache/liquid-5.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue