Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Bump min version of ruby to 2.7 (#609)
Browse files Browse the repository at this point in the history
Shopify/liquid has dropped support for 2.6 (who is now EOL), we are forced
to do the same.

https://github.com/Shopify/liquid/blob/master/History.md#breaking-changes
  • Loading branch information
charlespwd committed Jul 20, 2022
1 parent 7838c83 commit 6dd757e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/theme-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- windows-latest
version:
- 3.0.0
- 2.6.6
- 2.7.6
theme:
- Shopify/dawn

Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: theme-check
type: ruby

up:
- ruby: 2.6.6
- ruby: "2.7"
- bundler

commands:
Expand Down
2 changes: 1 addition & 1 deletion theme-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/Shopify/theme-check"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

Expand Down

0 comments on commit 6dd757e

Please sign in to comment.