diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70a5dc31..17732cac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: uses: ruby/actions/.github/workflows/ruby_versions.yml@master with: engine: cruby - min_version: 2.7 + min_version: 3.1 build: needs: ruby-versions @@ -26,6 +26,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - rubygems: 3.4.22 + rubygems: 3.5.14 - name: Run test run: bundle exec rake test diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 6fda53ce..6a55c5f2 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -717,7 +717,7 @@ module Net # * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml] # class IMAP < Protocol - VERSION = "0.4.14" + VERSION = "0.5.0-dev" # Aliases for supported capabilities, to be used with the #enable command. ENABLE_ALIASES = { diff --git a/net-imap.gemspec b/net-imap.gemspec index 99f7896f..d52abfad 100644 --- a/net-imap.gemspec +++ b/net-imap.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Ruby client api for Internet Message Access Protocol} spec.description = %q{Ruby client api for Internet Message Access Protocol} spec.homepage = "https://github.com/ruby/net-imap" - spec.required_ruby_version = Gem::Requirement.new(">= 2.7.3") + spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0") spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage