rspec 3.13.2

Ruby gem: rspec

Install This Version

Using gem command

gem install rspec -v 3.13.2

In your Gemfile

gem 'rspec', '~> 3.13.2'

Frequently Asked Questions

How do I upgrade to rspec version 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.

Other Versions