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

JEG2/highline should be updated to avoid warning of abbrev missing in standard lib for ruby 3.3.0 #21962

Open
einar-notland opened this issue Apr 10, 2024 · 0 comments

Comments

@einar-notland
Copy link

New Issue Checklist

Issue Description

I get this warning, stating that abbrev is no longer part of standard library in ruby 3.3.0.

[⠹] 🚀 /opt/homebrew/lib/ruby/gems/3.3.0/gems/highline-2.0.3/lib/highline.rb:17: warning: abbrev was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add abbrev to your Gemfile or gemspec. Also contact author of highline-2.0.3 to add abbrev into its gemspec.

This has been resolved by removing abbrev in JEG2/highline v3.0.1 (See commit: JEG2/highline@29f25e1)

Any chance highline dependency can be updated?

Command executed

fastlane

Complete output when running fastlane, including the stack trace and command used
% fastlane
   [✔] 🚀 /opt/homebrew/lib/ruby/gems/3.3.0/gems/highline-2.0.3/lib/highline.rb:17: warning: abbrev was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add abbrev to your Gemfile or gemspec. Also contact author of highline-2.0.3 to add abbrev into its gemspec.
+-------------------------------------------------------------------------------------------------------------------+
|                                                   Used plugins                                                    |
+-------------------------------------------+---------+-------------------------------------------------------------+
| Plugin                                    | Version | Action                                                      |
+-------------------------------------------+---------+-------------------------------------------------------------+
| fastlane-plugin-appcenter                 | 2.1.1   | appcenter_codepush_release_react, appcenter_fetch_devices,  |
|                                           |         | appcenter_fetch_version_number, appcenter_upload            |
| fastlane-plugin-update_build_settings_key | 0.1.3   | update_build_settings_key                                   |
+-------------------------------------------+---------+-------------------------------------------------------------+
 

Environment

 [⠙] 🚀 /opt/homebrew/lib/ruby/gems/3.3.0/gems/httpclient-2.8.3/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of httpclient-2.8.3 to add mutex_m into its gemspec.
[⠼] 🚀 /opt/homebrew/lib/ruby/gems/3.3.0/gems/highline-2.0.3/lib/highline.rb:17: warning: abbrev was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add abbrev to your Gemfile or gemspec. Also contact author of highline-2.0.3 to add abbrev into its gemspec.
[✔] 🚀 
[08:28:50]: Generating fastlane environment output, this might take a few seconds...
/opt/homebrew/lib/ruby/gems/3.3.0/gems/fastlane-plugin-appcenter-2.1.1/lib/fastlane/plugin/appcenter/actions/appcenter_fetch_devices_action.rb:2: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of fastlane-plugin-appcenter-2.1.1 to add csv into its gemspec.
🚫 fastlane environment 🚫

Stack

Key Value
OS 14.4.1
Ruby 3.3.0
Bundler? true
Git git version 2.39.3 (Apple Git-146)
Installation Source /opt/homebrew/lib/ruby/gems/3.3.0/bin/fastlane
Host macOS 14.4.1 (23E224)
Ruby Lib Dir /opt/homebrew/Cellar/ruby/3.3.0/lib
OpenSSL Version OpenSSL 3.2.0 23 Nov 2023
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 15.3
Swift Version 5.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant