Results 589 comments of MSP-Greg

Not sure if this is an Open3 issue, as the following work. Might be an irb issue? ``` ruby -e "require 'open3'; puts Open3.capture2('ver')" ruby -e "require 'open3'; Thread.new {...

Since Ruby 2.4 was in development I've used a shared MSYS2 install for all Rubies. So, I rarely use the RIDK MSYS2 functionality. Not sure about this. Try setting this...

I quickly looked at the Airbnb article (interesting). Notice that they used the term 'chunk'. It would seem that everything they're discussing could be implemented with chunked encoding. Not.sure. So,...

> But attempting to use ridk version failed So, you're using the bash shell. Is there a file named 'ridk' in your path? Probably not, since RubyInstaller builds do not...

@dfcoffin Thanks. A quick look shows everything seems ok. > package metadata is missing in C:/Ruby32-x64/lib/ruby/gems/3.2.0/cache/concurrent-ruby-1.2.2.gem Try deleting that file and reinstalling. I normally use ruby master, and `concurrent-ruby-1.2.2.gem` installed...

@deivid-rodriguez I haven't had time to look at the code, and I think this is a good idea. But, is there a way to switch back to the current behavior?...

I was working on some other things earlier. I was mistaken, as I don't think this change will affect CI for most users of setup-ruby. Some CI may run `bundle...

@cdenneen In the associated PR, I see: ``` C:/Program Files/Puppet Labs/Puppet/puppet/bin/ruby.exe ``` I'd like to look at their build. I thought you mentioned it was Ruby 2.5, do they have...

@erik-bershel I've been involved in with setup-ruby since its inception. I've also been involved in the Windows code it uses, which does install a full set of build tools and/or...

> I locked down the versions of these gems Understandable. I was mostly concerned about EM, as that's really old. But even the current version is old. One might consider...