CI: Use latest liquid release for sinatra-contrib (#1896)

2.6.x is very old, https://rubygems.org/gems/liquid/versions

    2.6.3 - July 23, 2015 (45.5 KB)

Found these traces in history:

-
741677743c
-
2dc03c879a
This commit is contained in:
Patrik Ragnarsson 2023-03-05 16:23:11 +01:00 committed by GitHub
parent 65d0ec554c
commit 0c926e62cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ group :development, :test do
platform :jruby, :ruby do
gem 'hamlit', '>= 3'
gem 'liquid', '~> 2.6.x'
gem 'liquid'
# Use main until there's a slim release that can be used with Tilt 2.1.0
# https://github.com/slim-template/slim/pull/910
gem 'slim', github: 'slim-template/slim'