Closed colinbruce closed 11 months ago
@hsbt Could you check rubygems.org side? FYI: I got some Unicorn errors when I push stringsio 3.1.0 gems. I re-pushed.
Note: rubygems.org created 3.1.0 entry https://rubygems.org/gems/stringio/versions/3.1.0
It seems distributed or index issues of rubygems.org.
Yeah, it's like it's created the DB entry for it but not stored the actual gem 😕 🤷♂️
In my environment, I can install the stringio gem version 3.1.0 now.
$ which ruby
~/.local/ruby-3.3.0dev-debug-ced84beb25/bin/ruby
$ ruby -v
ruby 3.3.0dev (2023-11-07T10:22:30Z master ced84beb25) [x86_64-linux]
$ which gem
~/.local/ruby-3.3.0dev-debug-ced84beb25/bin/gem
$ gem -v
3.5.0.dev
$ gem list | grep stringio
stringio (default: 3.0.9)
$ gem install stringio -v 3.1.0
Building native extensions. This could take a while...
Successfully installed stringio-3.1.0
Parsing documentation for stringio-3.1.0
Installing ri documentation for stringio-3.1.0
Done installing documentation for stringio after 0 seconds
1 gem installed
$ gem list | grep stringio
stringio (3.1.0, default: 3.0.9)
I and @mame ping to rubygems team for this on their official slack. We should move to https://github.com/rubygems/rubygems.org/issues/4247.
@hsbt Could you check rubygems.org side? FYI: I got some Unicorn errors when I push stringsio 3.1.0 gems. I re-pushed.
That seems to explain the problem. There was small partial downtime at the time causing errors and gem ingestion hasn't finished. I have fixed the release on RubyGems.org side and 3.1.0 appears properly in /info/stringio
again. Sorry for the troubles.
@simi Thanks always ❤️
Dependabot has opened PRs on multiple repos for v3.1.0 this morning but none of them are successful.
Locally running:
gem install stringio -v 3.1.0
orgem install stringio -v 3.1
Results inAttempting
bundle update stringio
manually returns:gem list stringio --remote --all
returnsOther gems are updating. Is this an issue with rubygems or do you need to republish?