snap.ruby icon indicating copy to clipboard operation
snap.ruby copied to clipboard

Ruby snap

Results 6 snap.ruby issues
Sort by recently updated
recently updated
newest added

In order to execute commands installed by gems, one has to add the line ``` eval `ruby.env` ``` to one's `.bashrc`. This is only stated in [this](https://www.ruby-lang.org/en/news/2018/11/08/snap/) old article but...

Hi, Recently noticed failures in installing the following gems on VMs running Ubuntu Bionic. Each with a different weird and wonderful error. > ubuntu@juju-87625f-hloeung-66:~$ sudo snap install ruby --channel 2.7/stable...

I have to work on an old rails 4.2 codebase. I have installed Ruby 2.3 as a snap package - I am trying to avoid rvm. Now, when I run...

When I install 2.7/stable with `snap` on CentOS 7 and 8, I get the following error in `gem`. `bundle`, `irb`, `rake`, `rdoc` and `ri` also get the same error. ```...

Pages that came up through an initial Google search for answers: - https://www.ruby-lang.org/en/news/2018/11/08/snap/ - https://snapcraft.io/ruby - https://snapcraft.io/install/ruby/ubuntu - https://www.ruby-lang.org/en/downloads/ (this site doesn't even mention snap "Ways of Installing Ruby" section)

Hello! Thanks for the snap Ruby package, it works pretty well. I have one question though: By default snap Ruby package install gems into `~/.gem` directory, which is of course...