Reputation: 3045
This is a pretty basic question about how the bundler looks up gems.
While trying to revert to a previous version of a gem I'm using in my Rails application, I get the following bundle install
error:
Could not find gem 'client_side_validations (= 3.2.0.beta.3) ruby' in https://github.com/bcardarella/client_side_validations.git (at master).
Source contains 'client_side_validations' at: 3.2.0.beta.6
Which is totally weird because I was on 3.2.0.beta.3 a few days ago and the bulder was happy.
I'm super curious to find out what versions of the gem are available though the url ('https://github.com/bcardarella/client_side_validations.git') to the bundler. How do I go about doing that?
Upvotes: 0
Views: 80