hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.02k stars 4.42k forks source link

Ruby 3.3 support #13333

Closed ilya-indigo closed 5 months ago

ilya-indigo commented 5 months ago

Is your feature request related to a problem? Please describe. https://github.com/hashicorp/vagrant/blob/main/vagrant.gemspec#L15 The latest version of vagrant 2.4.0 does not support the latest ruby 3.3. In openSUSE Tumbleweed, this package blocks migration to ruby 3.3.

Describe the solution you'd like Patch and/or a new version of vagrant that will work with ruby 3.3.

Describe alternatives you've considered Didn't try to relax the ruby version requirement. If it's set by the upstream, I guess it's for a reason.

Additional context https://bugzilla.opensuse.org/show_bug.cgi?id=1218951