While running bundle update in my project, I got the following error
Fetching aws-sdk-resources 3.57.0 (was 3.56.0)
Downloading aws-sdk-resources-3.57.0 revealed dependencies not in the API or the lockfile (aws-sdk-sso (~> 1)).
Either installing with `--full-index` or running `bundle update aws-sdk-resources` should fix the problem.
I ran the suggested commands but continue to get the same error. I also tried to install the missing gem aws-sdk-sso manually but got an error saying the gem couldn't be found.
Is there an issue with the availability of the aws-sdk-sso gem?
'aws-sdk-resources'
ruby 2.4.4p296 (2018-03-28 revision 63013) [x86_64-darwin17]
Run a bundle update that brings in the 3.57.0 version of aws-sdk-resources
Thanks for reporting! This is a known issue, we are working with rubygems.org to allow us publishing aws-sdk-sso gem
https://github.com/rubygems/rubygems.org/issues/2161
Thank you! I'll lock my version to 3.56 for now and keep an eye on the progress of aws-sdk-sso.
Came here to report the same - thanks for getting this fixed quickly!
Came here to report the same - thanks for getting this fixed quickly!
Thanks as well same issue here
RubyGem just whitelisted us, we have published the gem https://rubygems.org/gems/aws-sdk-sso
the issue should have been fixed, anyone want to help check and confirm before I close the issue?
Confirmed! Thanks for your work!
Thanks to all for your patience! Appreciate that!
Most helpful comment
Thanks for reporting! This is a known issue, we are working with rubygems.org to allow us publishing
aws-sdk-ssogemhttps://github.com/rubygems/rubygems.org/issues/2161