zpaulovics / datetimepicker-rails

A date and time picker for Twitter Bootstrap in Rails using Simple Form
MIT License
174 stars 80 forks source link

Git checkout doesn't work anymore #52

Closed tangopium closed 9 years ago

tangopium commented 9 years ago

If I use the following entry in my gem file, the fetch doesn't work:

gem 'datetimepicker-rails', github: 'zpaulovics/datetimepicker-rails', branch: 'master', submodules: true

The error is the following:

Fetching git://github.com/zpaulovics/datetimepicker-rails.git
fatal: Could not parse object 'e41ba7f805d1eca19153ff91b27423a4aff5e4b6'.
wccinc commented 9 years ago

Try running: bundle update datetimepicker-rails to update the revision info in your Gemfile.lock. Then commit your new Gemfile and Gemfile.lock and push to Heroku. That fixed it for me.

robguilfoyle commented 9 years ago

^ worked for me as well.