I am working on a rails project and keep getting this error when I try to start the paperclips migration generator. He tells me that I have to install the package, since the source of the gems was not found, but then when I start the installation of the package, everything goes fine, except that I get the same error message to start the update every time package.
I had the same problem a few hours ago, however this time he could not find the sources for json gem -v 1.8.1.
To solve this problem, I ran gem install json -v 1.8.1, after which everything went fine. Now the problem has returned for another gem, and installing a gem install for the gem does not seem to have an effect this time.
The error I am getting is:
Could not find climate_control-0.0.3 in any of the sources
Run bundle install to install missing gems.
Gemfile:
source 'https://rubygems.org'
gem 'rails', '4.1.1'
gem 'pg'
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'sorcery'
gem 'bcrypt'
gem 'paperclip', '~> 4.1'
gem 'jquery-rails'
gem 'turbolinks'
gem 'rabl'
gem 'sdoc', '~> 0.4.0', group: :doc
group :development do
gem 'spring'
gem 'pry'
end
, , -, .
Using climate_control 0.0.3
, rvm ruby -v 2.1.1, , - , .
.