spring: Can't get rid of "gem pristine --all" warning
Hi, first of all I want to say that I’ve read issue #240 and it seems very similar to my case, except I don’t use bundle --path
so I don’t know how to fix it. So when I try to run gem pristine --all
I get this:
admin@shein ~/projects/smarty (master=) $ gem pristine --all
Restoring gems to pristine condition...
Restored actionmailer-3.2.18
Restored actionpack-3.2.18
Restored active_model_serializers-0.8.1
Restored activeadmin-0.6.0
Restored activemodel-3.2.18
Restored activerecord-3.2.18
Restored activerecord-postgres-hstore-0.7.6
Restored activeresource-3.2.18
Restored activesupport-3.2.18
Restored addressable-2.3.5
Restored airbrake-3.1.14
Restored arbre-1.0.1
Restored arel-3.0.3
Restored awesome_print-1.2.0
Restored best_in_place-2.1.0
Restored better_errors-1.1.0
Cached gem for bigdecimal-1.1.0 not found, attempting to fetch...
ERROR: While executing gem ... (Gem::InstallError)
invalid gem: No such file or directory - /Users/admin/.rvm/gems/ruby-1.9.3-p392@global/cache/bigdecimal-1.1.0.gem
I use rvm with ruby-1.9.3-p392, Rails 3.2.18, Spring 1.1.3. Thank you.
About this issue
- Original URL
- State: open
- Created 10 years ago
- Comments: 20 (3 by maintainers)
I’m unable to get rid of this warning as well - and also using the brightbox 2.2 package on ubuntu. I manually went through the spring binstub process and when I got to here:
https://github.com/rails/spring/blob/72802846cde35761d3c053d8301e209acc13bc1c/bin/spring#L38
The only gems in the
unstubbed
array were:These are the default versions installed in the brightbox package, but they’re not returning true for
default_gem?
.