This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Description
I attempt to deploy a project that uses the railsless-deploy gem but get the following error:
cannot load such file -- railsless-deploy
Looking through other issues it should have been solved by adding the following to the Gemfile, but no luck:
gem 'railsless-deploy', :require => nil
It's installed within the gemset, so it's definitely there. Any ideas?