Project

General

Profile

Actions

Bug #20065

closed

cannot require "net/smtp" with Ruby3.3.0-rc1 and bundler 2.5.0.dev

Added by s3fxn (s3 fxn) 5 months ago. Updated 5 months ago.

Status:
Closed
Target version:
-
[ruby-core:115744]

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 hsbt (Hiroshi SHIBATA) 5 months ago

  • Status changed from Open to Closed
  • Assignee set to hsbt (Hiroshi SHIBATA)
Actions

Also available in: Atom PDF

Like0
Like0Like0