Having an issue I think with Ruby version. Gem file specifies 2.6.4 but netlify environment seems to be using 2.6.2??. log suggests rvm install “ruby-2.6.4” but not sure how/where to do this or if you have to do it for me?. Please advise. . Site built with latest version of middleman, have just managed to get it all working on local environment, hoping I can match this on netlify. Dave
update: I noticed the topic on the right while typing this and checked it out. It mentioned using ENV and setting ruby to the version I want. I have done this, but still an issue with bundler :Could not find command “1.17.3”. Not sure how to fix this. My gemfile lock file was created with 1.17.3. Netlify appears to be looking for underscores??
UPDATE2: It works locally, netlify user is daveharrisonnet.
11:15:46 PM: Using /opt/buildhome/.rvm/gems/ruby-2.6.4
11:15:47 PM: Using ruby version 2.6.4
11:15:47 PM: Using bundler version 1.17.3 from Gemfile.lock
11:15:47 PM: Using PHP version 5.6
11:15:47 PM: Started restoring cached ruby gems
11:15:47 PM: Finished restoring cached ruby gems
11:15:47 PM: Installing gem bundle
11:15:47 PM: Could not find command "_1.17.3_".
11:15:47 PM: Error during gem install
11:15:47 PM: Error running command: Build script returned non-zero exit code: 1
11:15:47 PM: failed during stage 'building site': Build script returned non-zero exit code: 1
11:15:47 PM: Failing build: Failed to build site
11:15:47 PM: Finished processing build request in 33.257535263s
I am using Bundler version 1.17.3 which is in my gem.lock file
Note I had to add an ENV on netlify specifying my ruby version as it did not install when reading version specifically posted in my gem file??
Trying to build and deploy a middleman site
using ruby 2.6.4 (declared this using a ENV on netlify because netlify DID NOT read it from gemfile or gemfile.lock declaration
I use bundler version 1.17.3 also declared in my gemfile & gemfile.lock. I have tried updating and bundling again, but just keep getting the error in my log saying : Could not find command “1.17.3”.
Note: the use of underscores?? anyone shed any light
Could this be a bug with bundler/ruby? or is it a config issue
Anyone know any work arounds?
Dave
P.S I have posted a similar issue 5 days back but despite 20+ views no-one chimed in, so trying again with different subject, better description, more tags etc
Hi @DaveHarrison - thank you for your patience. I have asked the support team to take a look at this, they will get in touch with you via email as soon as someone has an opportunity to respond to you.
UPDATE: I have rolled my ruby version back to 2.6.2 which has allowed me to build the site. I assume 2.6.4 and 1.17.3 is not working as expected in your buildbot?!
I would really really appreciate if you could let me know when this is fixed
Dave
Thanks for the update on the workaround, Dave. The issue seems to be related an issue with certain versions of Ruby or bundler (I’m not sure which) that our buildbot is not aware of. In any case, thank you for filing that issue in our build-image repository. I’ve cross-linked the issue here and in your ticket.
@Dennis. I’m just bumping this thread. Here we are nearly 5 years later and I have run into the same issue (possibly since node v10 was EOLed (Not sure why it would be relevant)
Anyway I suspect there is an issue with the build bot again an my combo of ruby 2.6.2 and bundler 1.17.3
I don;t think I can update the dependencies as at this stage it is going to be a world of hurt. Is there a way to fix the build bot to allow this combo of ruby and bundler. Everythng worked fine for years up until a few weeks ago and it effects ALL my netlify site ( So I am currently unable to deploy any changes to websites
Ruby 2.6 has reached EOL in December 2018 (even before the original post). If some things have stopped working, I’m not sure if it would be possible for us to dedicate resources to continue supporting it.
You can always build your site locally or on some other CI platform like GitHub Actions and deploy using Netlify CLI.
@hrishikesh I think maybe the Ruby 2.6 EOL was around (March 2022) that version was only launched in December 2018! but let not split hairs. Do you have any insight as to what happened in the last few months to break the build. Did you make changes to your build bot that would have caused the build that had been working for 2-3 years to stop working?
Is it possible to change a website on netlify from continuous deployment from a repository to a manual deploy and if so how do you do that, Can you point me to documentation, I don;t see anything obvious in the UI?
I do not. Things keep changing and maybe one of those changes has affected you.
The software is constantly changing. Would be hard to pinpoint what exactly caused an issue for you.
Unlink the repo from the site settings - but that’s only required if you wish to use drag-n-drop. If you wish to use CLI, you can directly use it without having to switch anything.
Possibly, but like I mentioned, we currently do not have enough resources to continue debugging a software that has been in EOL for quite some time now.
I know and understand it’s probably not the best, but we have several competing priorities at the moment and I do not want to give you false hopes of this being fixed any time soon (if at all).