i'm getting the following error when using bundler to install a the current rspec version.
The gem rspec-core-3.7.1 can't be installed because the security policy
didn't allow it, with the message: missing digest for metadata.gz
So i tried to run
bundle --trust-policy=NoSecurity
but still getting the same error.
What am i doing wrong?