When i give bundle install or bundle exec i am getting this error
Could not find gem ‘acts_as_ferret-0.4.4.gem (>= 0) ruby’ in any of the gem sources listed in your Gemfile.
Apparently the first gem in the Gemfile is acts_as_ferret-0.4.4 and source is
source ‘http://rubygems.org’
I tried other sources also but still not working!!!
As Pete is saying there probably is a problem with your gemfile
Try to open it and see if your acts_as_ferret looks something like this.
if not try and change it to the above
There is more info to be found on the gem on the github page
https://github.com/jkraemer/acts_as_ferret