ruby - error during running Cronjobs in Rails whenever -
i've got cronjobs rails application. defined them in schedule.rb
when running got error:
/usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/spec_set.rb:92:in `block in materialize': not find minitest-5.7.0 in of sources (bundler::gemnotfound) /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/spec_set.rb:85:in `map!' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/spec_set.rb:85:in `materialize' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/definition.rb:132:in `specs' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/definition.rb:177:in `specs_for' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/definition.rb:166:in `requested_specs' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/environment.rb:18:in `requested_specs' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/runtime.rb:13:in `setup' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler.rb:122:in `setup' /usr/local/rvm/gems/ruby-2.0.0-p643/gems/bundler-1.9.4/lib/bundler/setup.rb:18:in `<top (required)>' /usr/local/rvm/rubies/ruby-2.0.0-p643/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:54:in `require' /usr/local/rvm/rubies/ruby-2.0.0-p643/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:54:in `require'
i have done sudo gem install minitest -v 5.7.0 - nothing has changed ...
Comments
Post a Comment