havenwood changed the topic of #ruby to: Ruby 3.4.2, 3.3.7 https://www.ruby-lang.org | Log https://libera.irclog.whitequark.org/ruby
<havenwood> kjetilho: mutex_m used to be a default gem where it couldn't be uninstalled but now it's a bundled gem and you can: gem uninstall mutex_m
<havenwood> You can also: gem update mutex_m
<kjetilho> yeah, problem is this is on Ruby 2.7. so I think I am stuck with it?
<havenwood> kjetilho: Yeah, back then it was a default gem so it could be updated but not uninstalled.
<kjetilho> gem uninstall refuses to touch a default gem, and I can't un-default it
<havenwood> kjetilho: Updated but not uninstalled.
<kjetilho> funnily enough it allows both 0.1.0 and 0.3.0 to be default
<havenwood> You can update default gems.
<havenwood> On Ruby 2.7, `gem update mutex_m` will install 0.3.0, the latest version.
<kjetilho> hmm! so I just have to do that before bundle install
<kjetilho> (I'm building a container here)
<havenwood> kjetilho: If you're using mutex_m, and want to use 0.3.0, add it to you Gemfile and bundle.
<havenwood> gem 'mutex_m', '~> 0.3.0'
<kjetilho> I don't really care - it is pulled in by some dependency solver
<kjetilho> but the system ruby version in 0.1.0 causes these noisy complaints
<havenwood> kjetilho: Default gems can be added to your bundle if you need a specific version for any reason.
<havenwood> bundle add mutex_m
<kjetilho> I did try to add it explicitly to Gemfile like you said, with `gem 'mutex_m', '~> 0.3.0'` - but it didn't affect the message
<havenwood> kjetilho: After adding it to your Gemfile, run `bundle` or its alias `bundle install`.
<kjetilho> I did that. trying an explicit '= 0.1.0' now first. let's see what complains
<kjetilho> -fist
<kjetilho> -first
<kjetilho> no complaints. but building the whole container takes a bit more time. *drums fingers*
<kjetilho> yay - that workaround did the trick. trying the `gem update mutex_m` prior to running bundle now.
<kjetilho> nope, the 0.1.0 sticks around
<kjetilho> anyway, thanks a lot for your input!
Sheilong has joined #ruby
Perflosopher03 has quit [Quit: The Lounge - https://thelounge.chat]
Perflosopher03 has joined #ruby
hwpplayer1 has joined #ruby
Perflosopher03 has quit [Quit: The Lounge - https://thelounge.chat]
jasfloss has quit [Remote host closed the connection]
sarna has joined #ruby
hwpplayer1 has quit [Remote host closed the connection]
jasfloss has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
STASIdownunder has joined #ruby
STASIdownunder has quit [Quit: WeeChat 4.4.3]
Sheilong has quit []
reset has quit [Quit: reset]
hwpplayer1 has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
OverCoder is now known as Guest21821
Guest21821 is now known as OverCoder
Perflosopher03 has joined #ruby
cappy has joined #ruby
deadmarshal_ has quit [Ping timeout: 246 seconds]
gemmaro_ has quit [Ping timeout: 260 seconds]
gemmaro_ has joined #ruby
grenierm has joined #ruby
jmcantrell has quit [Quit: WeeChat 4.5.2]
deadmarshal_ has joined #ruby
fantazo has joined #ruby
llua has quit [Read error: Connection reset by peer]
llua has joined #ruby
cappy has quit [Quit: Leaving]
hwpplayer1 has quit [Remote host closed the connection]
Furai has quit [Quit: WeeChat 4.6.0]
Exagone313 has joined #ruby
Exa has quit [Ping timeout: 244 seconds]
Furai has joined #ruby
Exagone313 is now known as Exa
nirvdrum741 has quit [Quit: Ping timeout (120 seconds)]
nirvdrum741 has joined #ruby
grenierm has quit [Ping timeout: 240 seconds]
brokkoli_origin has quit [Remote host closed the connection]
brokkoli_origin has joined #ruby
sunyour has quit [Quit: sunyour]
sunyour has joined #ruby
andy-turner has joined #ruby
donofrio2 has joined #ruby
donofrio has quit [Ping timeout: 244 seconds]
r2ro has joined #ruby
R2robot has quit [Ping timeout: 248 seconds]
dionysus69 has joined #ruby
<nakilon> speakng about thelounge, somehow docker on ubuntu has glitched like this https://askubuntu.com/q/1315822/160618 and so I can't issue thelounge commands, and to restart it I need to sudo and I don't remember the password ) and I absolutely don't remember how you are supposed to have root priviledges and not use password -- it's so weird, like I was
<nakilon> used to cloud OS maybe and on usual VPS I had to do some extra steps... somehow this linux stuff got out of my memory
<testone> nakilon: you can have 'root' without password rebooting in single user mode
<testone> then change root password with passwd
<testone> otherwise, both the same pc from a live usb image
<nakilon> not sure how to boot like that on VPS
aesthetikx has quit [Ping timeout: 265 seconds]
dionysus69 has quit [Ping timeout: 246 seconds]
blacknova has joined #ruby
fantazo has quit [Quit: Lost terminal]
GreenResponse has joined #ruby