Delete the line: config.extend VCR::RSpec::Macros in rspec_helper.rb or rails_helper.rb.
VCR Deprecations
Friday, December 12, 2014
Friday, December 05, 2014
Upgrading from Rails 4.1.4 to Rails 4.1.8
Problem when upgrading from Rails 4.1.4 to Rails 4.1.8
rails -v
Bundler is using a binstub that was created for a different gem.
This is deprecated, in future versions you may need to `bundle binstub rails` to work around a system/bundle conflict.
Rails 4.1.8
Fix:
$rm -rf bin/*
$bundle exec rake rails:update:bin
zepho-mac-pro:lafon zepho$ rails -v
Rails 4.1.8
rails -v
Bundler is using a binstub that was created for a different gem.
This is deprecated, in future versions you may need to `bundle binstub rails` to work around a system/bundle conflict.
Rails 4.1.8
Fix:
$rm -rf bin/*
$bundle exec rake rails:update:bin
zepho-mac-pro:lafon zepho$ rails -v
Rails 4.1.8
Subscribe to:
Posts (Atom)