I can have "paperclip" itself in my Gemfile, but when I add hobo_paperclip from the GIT repository, the bundle show fails with "not yet checked out"
Here is what is there after the bundle install Using rake (10.1.1) Using i18n (0.6.9) Using minitest (4.7.5) Using multi_json (1.8.2) Using atomic (1.1.14) Using thread_safe (0.1.3) Using tzinfo (0.3.38) Using activesupport (4.0.2) Using builder (3.1.4) Using erubis (2.7.0) Using rack (1.5.2) Using rack-test (0.6.2) Using actionpack (4.0.2) Using mime-types (1.25.1) Using polyglot (0.3.3) Using treetop (1.4.15) Using mail (2.5.4) Using actionmailer (4.0.2) Using activemodel (4.0.2) Using activerecord-deprecated_finders (1.0.3) Using arel (4.0.1) Using activerecord (4.0.2) Using thor (0.18.1) Using railties (4.0.2) Using bootstrap-datepicker-rails (1.1.1.11) Using sass (3.2.13) Using bootstrap-sass (2.3.2.2) Using bundler (1.5.1) Using climate_control (0.0.3) Using cocaine (0.5.3) Using coffee-script-source (1.6.3) Using execjs (2.0.2) Using coffee-script (2.2.0) Using coffee-rails (4.0.1) Using hike (1.2.3) Using tilt (1.4.1) Using sprockets (2.10.1) Using sprockets-rails (2.0.1) Using rails (4.0.2) Using hobo_support (2.1.0.pre4) Using dryml (2.1.0.pre4) Using hobo_fields (2.1.0.pre4) Using hobo_will_paginate (2.1.1) Using hobo (2.1.0.pre4) Using hobo_rapid (2.1.0.pre4) Using jquery-rails (2.3.0) Using hobo_jquery (2.1.0.pre4) Using hobo_will_paginate-bootstrap (1.0.0) Using hobo_bootstrap (2.1.0.pre4) Using hobo_bootstrap_ui (2.1.0.pre4) Using hobo_clean (2.1.0.pre4) Using hobo_clean_admin (2.1.0.pre4) Using json (1.8.1) Using multi_xml (0.5.5) Using httparty (0.12.0) Using jquery-ui-themes (0.0.11) Using hobo_jquery_ui (2.1.0.pre4) Using paperclip (3.5.2) Using hobo_paperclip (0.0.4) from git://github.com/Hobo/hobo_paperclip.git (at master) Using jbuilder (1.5.3) Using libv8 (3.16.14.3) Using pg (0.17.1) Using protected_attributes (1.0.5) Using quiet_assets (1.0.2) Using rdoc (3.12.2) Using ref (1.0.5) Using sass-rails (4.0.1) Using sdoc (0.3.20) Using therubyracer (0.12.0) Using turbolinks (2.1.0) Using uglifier (2.4.0) Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. michael@darkstar:~/workspace/oostie$ bundle show Gems included by the bundle: git://github.com/Hobo/hobo_paperclip.git (at master) is not yet checked out. Run `bundle install` first. __________________ I tried installing the hobo_paperclip gem itself separately but it failed with a bunch of dependency errors. Thanks for any help, Michael B. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
