-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead) #3367
Comments
Well, did you try running with the |
Yes I did try running: bundle outdated --full-index I get: Unknown switches '--full-index' |
Eventually the command returns with the following error: Fetching gem metadata from https://rails-assets.org/...
Fetching gem metadata from https://rubygems.org/...Retrying dependency api due to error (2/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)
Retrying dependency api due to error (3/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)
Net::HTTPNotFound: <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not
exist.</Message><Key>quick/Marshal.4.8/acts_as_user-1.1.1.gemspec.rz</Key><RequestId>9FC422DAC93EA9A0</RequestId><HostId>Jtiq0QIyekC2RiICrqJECSnA10UlSE/b08fBFT3rrM7oFZW0I96Dpfg36OVaKiOVLUrxcbjUZ+s=</HostId></Error> |
Since a Gemfile with a large number of gems is going to have those gems for the long term, can we make the Maybe we can use an option in the Gemfile, or a dot file. |
Bundler should be using On Friday, 30 January 2015, Gonzalo Rodríguez-Baltanás Díaz <
|
Sure, here it is: https://gist.github.com/Nerian/6ea104736101ad7bb103 |
same issue here, but --full-index fixed it. |
--full-index indeed fixes it, but there are deployment PaaS's that only allow |
This should be fixed in 1.7.13. Please try upgrading and let us know if you still have any problems. |
The version of rubygems-bundler provided by downstream CI is: rubygem-bundler-1.7.8-3.el7.noarch But it's too old. We hit this bug: rubygems/bundler#3367 We should at least have 1.7.13 but I don't know how to upgrade it. In the meantime, let's workaround it by adding the option --full-index option which should fix the situation seen here: https://paste.fedoraproject.org/paste/2nHjn4MlAfCiJI473HEz615M1UNdIGYhyRLivL9gydE= Change-Id: I63422d97949d1e79b2db8161f1ba01a8554f9012
Hi Team,
When I run:
The process just hangs reporting the following error:
Here is the output from running bundle env
The text was updated successfully, but these errors were encountered: