Actions
Bug #20065
closedcannot require "net/smtp" with Ruby3.3.0-rc1 and bundler 2.5.0.dev
Description
$ ruby -v
ruby 3.3.0rc1 (2023-12-11 master a49643340e) [x86_64-linux]
$ bundle -v
Bundler version 2.5.0.dev
$ bundle init
$ bundle add net-smtp
$ bundle exec ruby -e 'require "net/smtp"'
-e:1: warning: net/smtp was loaded from the standard library, but is not part of the default gems since Ruby 3.1.0. Add net-smtp to your Gemfile or gemspec.
$ tail -1 Gemfile
gem "net-smtp", "~> 0.4.0"
Updated by deivid (David RodrÃguez) about 1 year ago
I created https://github.com/ruby/ruby/pull/9234 to fix this!
Updated by hsbt (Hiroshi SHIBATA) about 1 year ago
- Status changed from Open to Closed
- Assignee set to hsbt (Hiroshi SHIBATA)
https://github.com/ruby/ruby/pull/9234 and https://github.com/ruby/ruby/pull/9264 resolved this.
Actions
Like0
Like0Like0