locomotivecms / heroku-instant-deploy

Rails app running Locomotive and deployable instantly on Heroku
MIT License
12 stars 16 forks source link

Failed to install gems via Bundler. #1

Closed alexohneander closed 9 years ago

alexohneander commented 9 years ago
-----> Ruby app detected

-----> Compiling Ruby/Rails

-----> Using Ruby version: ruby-2.0.0

-----> Installing dependencies using bundler 1.9.7

       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment

       Fetching gem metadata from https://rubygems.org/...........

       Fetching version metadata from https://rubygems.org/...

       Fetching dependency metadata from https://rubygems.org/..

       Fetching git://github.com/locomotivecms/steam.git

       There was a ArgumentError while loading locomotivecms_steam.gemspec:

       Malformed version number string 1.0.0-beta.2 from

       /tmp/build_52d413780da71d433e0b407078682d78/N00D13-heroku-instant-deploy-e9acc76/vendor/bundle/ruby/2.0.0/bundler/gems/steam-258ec9d2af9e/locomotivecms_steam.gemspec:5:in

       `block in <main>'

       Bundler Output: Fetching gem metadata from https://rubygems.org/...........

       Fetching version metadata from https://rubygems.org/...

       Fetching dependency metadata from https://rubygems.org/..

       Fetching git://github.com/locomotivecms/steam.git

       There was a ArgumentError while loading locomotivecms_steam.gemspec:

       Malformed version number string 1.0.0-beta.2 from

       /tmp/build_52d413780da71d433e0b407078682d78/N00D13-heroku-instant-deploy-e9acc76/vendor/bundle/ruby/2.0.0/bundler/gems/steam-258ec9d2af9e/locomotivecms_steam.gemspec:5:in

       `block in <main>'

 !

 !     Failed to install gems via Bundler.

 !

 !     Push rejected, failed to compile Ruby app
did commented 9 years ago

@N00D13 that reminds me something. We'll look into it (@brandonmikeska). thanks!

brandonmikeska commented 9 years ago

Hey @N00D13, looks like we have a naming problem, but it's fixed if you point the engine gem to the latest commit.

Here is one that should work: https://github.com/locomotivecms/engine/commit/5854d83b64fcd1cef4ed614120191e5a503892ba

rvalyi commented 9 years ago

Hello @did , we still have this problem today. if that is of any help here is the ugly hack I did to get it deployed (yes it's a hack): https://github.com/locomotivecms/heroku-instant-deploy/compare/master...akretion:master https://github.com/locomotivecms/engine/compare/master...akretion:master https://github.com/locomotivecms/steam/compare/master...akretion:master

did commented 9 years ago

thanks @rvalyi, I changed the versions of Steam and Engine, respectively 1.0.0.rc1 and 3.0.0.rc1. We should be good now.

rvalyi commented 9 years ago

thanks @did I'm really eager to test that v3. Just really badly too busy...