dobtco / procure-io

*NOT CURRENTLY MAINTAINED* Procurement software for the 21st century.
Other
40 stars 16 forks source link

client_side_validations.git repository not found #201

Closed sylvesterwillis closed 10 years ago

sylvesterwillis commented 10 years ago

After cloning this repo and running 'bundle install' I get the error:

fatal: remote error: Repository not found. Git error: command git clone 'git://github.com/adamjacobbecker/client_side_validations.git' "/home/swillis16/.rvm/gems/ruby-2.0.0-p353@procure-io-community/cache/bundler/git/client_side_validations-1187a622c9e045f4543925f236f53dd5ae19d343" --bare --no-hardlinks in directory /home/swillis16/Documents/bundletest/procure-io has failed.

sylvesterwillis commented 10 years ago

There is also an issue with grabbing 'client_side_validations-simple_form'. I did find some repos online for client_side_validations and made the following changes to the Gemfile:

gem 'client_side_validations', github: 'bcardarella/client_side_validations', branch: '4-0-beta'
gem 'client_side_validations-simple_form', github: 'dockyard/client_side_validations-simple_form

I'll have to finish installation before I can ensure that the changes do not break anything.

ajb commented 10 years ago

Yeah, those two projects are actually no longer maintained, and Procure.io itself has not been updated in a long time either. So your results very well may vary.