Ruby gem: rspec
gem install rspec -v 3.13.2 gem 'rspec', '~> 3.13.2' To upgrade to this version, update your Gemfile:
gem 'rspec', '~> 3.13.2' Then run:
bundle update rspec Note: Review the release notes and changelog before upgrading to ensure compatibility with your application.