Closed neilsimon closed 3 years ago
This is a known issue. The can was kicked down the road. Related: https://github.com/rubygems/rubygems.org/pull/2470
Workaround is to no longer use umbrella gems aws-sdk
or aws-sdk-resources
. I would appreciate it if you could make an issue in the rubygems.org repo citing this and related issues. I am uncertain if the rubygems.org team is willing to increase that constant.
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug A clear and concise description of what the bug is. Using
gem install
to install aws-sdk, specifically when installing aws-sdk-resources, fails, or at least takes an extremely long time. The error seems to be due to a422 Unprocessable Entity
error received in response from rubygems.org.Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version aws-sdk and aws-sdk-resources
Version of Ruby, OS environment -paste the output of ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
To Reproduce (observed behavior) Steps to reproduce the behavior (please share code or minimal repo)
gem install -V aws-sdk-resources --source=https://www.rubygems.org
Expected behavior A clear and concise description of what you expected to happen. Expected aws-sdk-resources to install. Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.