We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b14ec commit c8fa7c4Copy full SHA for c8fa7c4
2 files changed
.github/workflows/ci.yml
@@ -13,11 +13,6 @@ jobs:
13
fail-fast: false
14
matrix:
15
ruby:
16
- - "2.3"
17
- - "2.4"
18
- - "2.5"
19
- - "2.6"
20
- - "2.7"
21
- "3.0"
22
- "3.1"
23
- "3.2"
image_processing.gemspec
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
spec.name = "image_processing"
5
spec.version = ImageProcessing::VERSION
6
7
- spec.required_ruby_version = ">= 2.3"
+ spec.required_ruby_version = ">= 3.0"
8
9
spec.summary = "High-level wrapper for processing images for the web with ImageMagick or libvips."
10
spec.description = "High-level wrapper for processing images for the web with ImageMagick or libvips."
0 commit comments