mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
Drop support for Ruby 2.5 and 2.6
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
entry:
|
entry:
|
||||||
- { ruby: 2.5, allowed-failure: false } # minimum supported
|
- { ruby: 2.7, allowed-failure: false } # minimum supported
|
||||||
- { ruby: 3.1, allowed-failure: false } # latest
|
- { ruby: 3.1, allowed-failure: false } # latest
|
||||||
- { ruby: ruby-head, allowed-failure: true }
|
- { ruby: ruby-head, allowed-failure: true }
|
||||||
name: test (${{ matrix.entry.ruby }})
|
name: test (${{ matrix.entry.ruby }})
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ Performance:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.5
|
TargetRubyVersion: 2.7
|
||||||
NewCops: disable
|
NewCops: disable
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'vendor/bundle/**/*'
|
- 'vendor/bundle/**/*'
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## 5.4.0 (unreleased)
|
## 5.4.0 (unreleased)
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
* Require Ruby >= 2.7 (#1578) [Andy Waite]
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]
|
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
# s.description = "A secure, non-evaling end user template engine with aesthetic markup."
|
# s.description = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||||
|
|
||||||
s.required_ruby_version = ">= 2.5.0"
|
s.required_ruby_version = ">= 2.7.0"
|
||||||
s.required_rubygems_version = ">= 1.3.7"
|
s.required_rubygems_version = ">= 1.3.7"
|
||||||
|
|
||||||
s.metadata['allowed_push_host'] = 'https://rubygems.org'
|
s.metadata['allowed_push_host'] = 'https://rubygems.org'
|
||||||
|
|||||||
Reference in New Issue
Block a user