Skip to content

Commit 71930ca

Browse files
Copilotnhorton
andcommitted
Require Ruby 3.2+ and update CI to test only 3.2 and 3.3
Co-authored-by: nhorton <[email protected]>
1 parent 4e46d8d commit 71930ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
strategy:
1515
matrix:
16-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
16+
ruby-version: ['3.2', '3.3']
1717

1818
steps:
1919
- uses: actions/checkout@v4

source_control_cache_store.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.description = "A Rails cache store that stores cache entries as files suitable for version control"
1111
spec.homepage = "https://github.com/Unsupervisedcom/source_control_cache_store"
1212
spec.license = "MIT"
13-
spec.required_ruby_version = ">= 2.7.0"
13+
spec.required_ruby_version = ">= 3.2.0"
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)