Skip to content

Commit 7017c97

Browse files
committed
💥 Require ruby >= 3.2 (drop support for 3.1)
1 parent 40baafa commit 7017c97

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.3'
2726
bundler-cache: true
2827
- name: Setup Pages
2928
id: pages

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby
10-
min_version: 3.1
10+
min_version: 3.2
1111

1212
build:
1313
needs: ruby-versions

net-imap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.summary = %q{Ruby client api for Internet Message Access Protocol}
1717
spec.description = %q{Ruby client api for Internet Message Access Protocol}
1818
spec.homepage = "https://github.com/ruby/net-imap"
19-
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
19+
spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
2020
spec.licenses = ["Ruby", "BSD-2-Clause"]
2121

2222
spec.metadata["homepage_uri"] = spec.homepage

0 commit comments

Comments
 (0)