You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundle config set --local path '.vendor'
bundle install
Fetching gem metadata from https://rubygems.org/
Fetching gem metadata from https://rubygems.org/.........
Could not find aws-sdk-core-3.121.4 in any of the sources
make: *** [Makefile:39: test-init] Error 7
Looking at the rubygems.org, it seems this specific version was "yanked" (whatever that means).
An workaround it to upgrade all dependencies, but that might brake awspec due API changes. At least for my specs, everything worked just fine.
The text was updated successfully, but these errors were encountered:
During a new setup to run my specs:
Looking at the rubygems.org, it seems this specific version was "yanked" (whatever that means).
An workaround it to upgrade all dependencies, but that might brake awspec due API changes. At least for my specs, everything worked just fine.
The text was updated successfully, but these errors were encountered: