goepsilongo has quit [Quit: Konversation terminated!]
nemesit has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
mrkz_c has quit [Quit: Connection closed for inactivity]
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
motherr has joined #ruby
motherr has quit [Ping timeout: 272 seconds]
motherr has joined #ruby
Oxfuxxx has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
motherr has quit [Ping timeout: 272 seconds]
shokohsc has quit [Ping timeout: 258 seconds]
shokohsc has joined #ruby
gr33n7007h has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
gr33n7007h has quit [Quit: WeeChat 3.2]
gr33n7007h has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
lad has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
crankharder has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
wei1 has joined #ruby
wei1 has quit [Ping timeout: 250 seconds]
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
llua has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
mrkz_c has joined #ruby
wei1 has joined #ruby
llua has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
SuperLag has quit [Ping timeout: 250 seconds]
SuperLag has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
lunarkitty has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
lad has quit [Ping timeout: 265 seconds]
Oxfuxxx has quit [Ping timeout: 252 seconds]
lad has joined #ruby
Oxfuxxx has joined #ruby
wei1 has quit [Ping timeout: 265 seconds]
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
pwnd_sfw has quit [Read error: Connection reset by peer]
pwnd_sfw has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
wei1 has joined #ruby
jetchisel has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
wei1 has quit [Ping timeout: 272 seconds]
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
_ht has quit [Remote host closed the connection]
perrierjouet has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
rhe has quit [Quit: Ping timeout (120 seconds)]
rhe has joined #ruby
wei1 has joined #ruby
perrierjouet has quit [Quit: WeeChat 3.2]
reset has joined #ruby
mrkz_c has quit [Quit: Connection closed for inactivity]
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
jetchisel has quit [Ping timeout: 265 seconds]
jetchisel has joined #ruby
Melantha has quit [Ping timeout: 268 seconds]
Melantha has joined #ruby
fikran has joined #ruby
<fikran>
Hi all. Is there a preferred way to install gem, bundler and ruby on ubuntu or debian?
fossdd has quit [Ping timeout: 240 seconds]
fossdd has joined #ruby
<fikran>
I ask because whne I run `gem install bundler`, I am told `You don't have write permissions for the /var/lib/gems/2.5.0 directory.`
<weaksauce>
yeah use bundler
<weaksauce>
use gem if you want to install a gem for the system ruby
<weaksauce>
fikran typically you'd use a newer ruby than the system ruby
<weaksauce>
so you'd manage that all under the local user under something like ~/.rubies or the like
<rg>
fikran: bundler can avoid that with the --path option, just point it to a local directory you can write to. as weaksauce says the ubuntu model is annoying and you might have better results installing ruby into a home dir or using chruby/ruby-install.
<rg>
oh youre just trying to install bundler. in that case you do it as root.
<weaksauce>
as of 2.6 bundler is part of ruby stdlib