NewCircleMovement / tinkuy

0 stars 0 forks source link

Deploy error due to missing version of simple_form #78

Closed rasmuserik closed 9 years ago

rasmuserik commented 9 years ago

Seems like the last push to deploy had the error:

-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
###### WARNING:
   Removing `Gemfile.lock` because it was generated on Windows.
   Bundler will do a full resolve so native gems are handled properly.
   This may result in unexpected gem versions being used in your app.
   In rare occasions Bundler may not be able to resolve your dependencies at all.
   https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using bundler 1.9.7
   Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
   Updating git://github.com/plataformatec/simple_form.git
   Updating git://github.com/rails/activerecord-session_store.git
   Updating https://github.com/kbjerring/koudoku.git
   Fetching gem metadata from https://rubygems.org/.........
   Fetching version metadata from https://rubygems.org/...
   Fetching dependency metadata from https://rubygems.org/..
   Could not find gem 'simple_form (~> 3.1.0.rc1) ruby' in
   git://github.com/plataformatec/simple_form.git (at master).
   Source contains 'simple_form' at: 3.2.0.dev
   Bundler Output: Updating git://github.com/plataformatec/simple_form.git
   Updating git://github.com/rails/activerecord-session_store.git
   Updating https://github.com/kbjerring/koudoku.git
   Fetching gem metadata from https://rubygems.org/.........
   Fetching version metadata from https://rubygems.org/...
   Fetching dependency metadata from https://rubygems.org/..
   Could not find gem 'simple_form (~> 3.1.0.rc1) ruby' in
   git://github.com/plataformatec/simple_form.git (at master).
   Source contains 'simple_form' at: 3.2.0.dev
 !
 !     Failed to install gems via Bundler.
 !
 !     Push rejected, failed to compile Ruby app

I guess this needs to be fixed before we can deploy.