Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add net-ftp gem that has been bundled gem since Ruby 3.1 #34

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

yahonda
Copy link
Contributor

@yahonda yahonda commented Jun 24, 2024

This pull request adds net-ftp gem that has been bundled gem since Ruby 3.1.

  • This commit addresses the warning below
$ bundle exec rake test
/home/yahonda/src/github.com/ruby/open-uri/test/open-uri/test_open-uri.rb:739: warning: net/ftp was loaded from the standard library, but is not part of the default gems since Ruby 3.1.0. Add net-ftp to your Gemfile or gemspec.

The following default gems are now bundled gems. You need to add the following libraries to Gemfile under the bundler environment.
net-ftp 0.1.3

@hsbt hsbt force-pushed the add_net_ftp_to_gemfile branch from 1a1573c to aea102d Compare June 25, 2024 01:42
@hsbt hsbt merged commit f516c4e into ruby:master Jun 25, 2024
16 checks passed
@yahonda yahonda deleted the add_net_ftp_to_gemfile branch June 25, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants