We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure is it related to Vagrant or to Ruby. Crush happened after full system update (Arch linux)
vagrant up RubyGems' were not loaded. /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/bin/vagrant:89:in
RubyGems' were not loaded. /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/bin/vagrant:89:in
vagrant_spec = Gem::Specification.find_all_by_name("vagrant").detect do |spec| ^^^^^^^^^^^^^^^
vagrant -v `RubyGems' were not loaded. Vagrant 2.4.1
hostnamectl Static hostname: asus-laptop Icon name: computer-laptop Chassis: laptop 💻 Operating System: Arch Linux Kernel: Linux 6.11.5-arch1-1 Architecture: x86-64 Hardware Vendor: ASUSTeK COMPUTER INC. Hardware Model: N750JK Firmware Version: N750JK.203 Firmware Date: Wed 2014-05-21 Firmware Age: 10y 5month 3d
Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-91-generic x86_64)
# Copy-paste your Vagrantfile here. Remove any sensitive information such as passwords, authentication tokens, or email addresses.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure is it related to Vagrant or to Ruby. Crush happened after full system update (Arch linux)
Debug output
vagrant up
': uninitialized constant Gem::Specification (NameError)RubyGems' were not loaded. /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/bin/vagrant:89:in
vagrant_spec = Gem::Specification.find_all_by_name("vagrant").detect do |spec|
^^^^^^^^^^^^^^^
Expected behavior
Actual behavior
Reproduction information
Vagrant version
vagrant -v
`RubyGems' were not loaded.
Vagrant 2.4.1
Host operating system
hostnamectl
Static hostname: asus-laptop
Icon name: computer-laptop
Chassis: laptop 💻
Operating System: Arch Linux
Kernel: Linux 6.11.5-arch1-1
Architecture: x86-64
Hardware Vendor: ASUSTeK COMPUTER INC.
Hardware Model: N750JK
Firmware Version: N750JK.203
Firmware Date: Wed 2014-05-21
Firmware Age: 10y 5month 3d
Guest operating system
Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-91-generic x86_64)
Steps to reproduce
Vagrantfile
# Copy-paste your Vagrantfile here. Remove any sensitive information such as passwords, authentication tokens, or email addresses.
The text was updated successfully, but these errors were encountered: