julianredmond / ecommerce-pattern-library

A term-long project redesigning an ecommerce website focusing on making a pattern library.
https://relaxed-fermat-735b97.netlify.com/pattern-library/#brand
0 stars 0 forks source link

Trouble Deploying Site #3

Open julianredmond opened 5 years ago

julianredmond commented 5 years ago

I am unable to deploy my site on Netlify. It says that the deploy failed during the 'building site' stage.

@thomasjbradley

thomasjbradley commented 5 years ago

I don’t see any code pushed to the repo.

julianredmond commented 5 years ago

I've done that now, sorry about that.

thomasjbradley commented 5 years ago

Try this out:

  1. Delete the Gemfile.lock file.
  2. Edit .ruby-version and change it to 2.6.2

In Terminal run these commands, waiting while each one finishes:

  1. gem uninstall bundler
  2. gem install bundler:1.17.3
  3. bundle install

Then do a commit & push and see if it works properly on Netlify.

julianredmond commented 5 years ago

That seems to have worked. Thank you!