Skip to content

Commit c8fa7c4

Browse files
committed
Require ruby 3.0+
1 parent 47b14ec commit c8fa7c4

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby:
16-
- "2.3"
17-
- "2.4"
18-
- "2.5"
19-
- "2.6"
20-
- "2.7"
2116
- "3.0"
2217
- "3.1"
2318
- "3.2"

image_processing.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
44
spec.name = "image_processing"
55
spec.version = ImageProcessing::VERSION
66

7-
spec.required_ruby_version = ">= 2.3"
7+
spec.required_ruby_version = ">= 3.0"
88

99
spec.summary = "High-level wrapper for processing images for the web with ImageMagick or libvips."
1010
spec.description = "High-level wrapper for processing images for the web with ImageMagick or libvips."

0 commit comments

Comments
 (0)