You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolve this issue by downloading the bundler-1.6.3.gem file and adding this file to the blobs folder by this command
bosh add-blob ~/Downloads/bundler-1.6.3.gem ruby/bundler-1.6.3.gem
To provide more detail on what hmanukyanVMw said, I did the following and it worked.
mkdir downloads
cd downloads
wget https://rubygems.org/downloads/bundler-1.6.3.gem
wget https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.4.tar.gz
cd ..
bosh add-blob downloads/bundler-1.6.3.gem ruby/bundler-1.6.3.gem
bosh add-blob downloads/ruby-2.1.4.tar.gz ruby/ruby-2.1.4.tar.gz
bosh create-release
When attempting to
bosh create-release
in my clone of this repo I ran into the following error:Not sure if this error could mean I'm doing something wrong on my end.
The text was updated successfully, but these errors were encountered: