File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
uses : ruby/actions/.github/workflows/ruby_versions.yml@master
8
8
with :
9
9
engine : cruby
10
- min_version : 2.7
10
+ min_version : 3.1
11
11
12
12
build :
13
13
needs : ruby-versions
26
26
with :
27
27
ruby-version : ${{ matrix.ruby }}
28
28
bundler-cache : true
29
- rubygems : 3.4.22
29
+ rubygems : 3.5.14
30
30
- name : Run test
31
31
run : bundle exec rake test
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ module Net
717
717
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
718
718
#
719
719
class IMAP < Protocol
720
- VERSION = "0.4.14 "
720
+ VERSION = "0.5.0-dev "
721
721
722
722
# Aliases for supported capabilities, to be used with the #enable command.
723
723
ENABLE_ALIASES = {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
spec . summary = %q{Ruby client api for Internet Message Access Protocol}
17
17
spec . description = %q{Ruby client api for Internet Message Access Protocol}
18
18
spec . homepage = "https://github.com/ruby/net-imap"
19
- spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.7.3 " )
19
+ spec . required_ruby_version = Gem ::Requirement . new ( ">= 3.1.0 " )
20
20
spec . licenses = [ "Ruby" , "BSD-2-Clause" ]
21
21
22
22
spec . metadata [ "homepage_uri" ] = spec . homepage
You can’t perform that action at this time.
0 commit comments