You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install attachment_fu on a rails 3 app using bundler and I am getting the following error:
Could not find gem 'attachment_fu (>= 0) ruby' in git://github.com/technoweenie/attachment_fu.git (at master).
Source does not contain any versions of 'attachment_fu (>= 0) ruby'
Hello all,
I am trying to install attachment_fu on a rails 3 app using bundler and I am getting the following error:
Could not find gem 'attachment_fu (>= 0) ruby' in git://github.com/technoweenie/attachment_fu.git (at master).
Source does not contain any versions of 'attachment_fu (>= 0) ruby'
My gem file has the following line in it:
gem 'attachment_fu', :git => "git://github.com/technoweenie/attachment_fu.git", :branch => 'master'
Can anyone tell me what I need to change to get attachment_fu to install properly?
The text was updated successfully, but these errors were encountered: