This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 30
No gem for 1.6.16 #117
Comments
Issue in asciidoctor-mathematical: asciidoctor/asciidoctor-mathematical#122 |
It was yanked - https://rubygems.org/gems/mathematical/versions/1.6.16 |
Is there any chance we can get a 1.6.17 release to permanently squash these 403 forbidden errors? I'm still experiencing issues where gem tries to install the nonexistent 1.6.16 version, and I'd prefer not to have to manually specify 1.6.14 every time I install this gem. |
4e554c4c
added a commit
to 4e554c4c/mathematical
that referenced
this issue
Nov 30, 2023
Merged
4e554c4c
added a commit
that referenced
this issue
Nov 30, 2023
the gem failed (like the old one) due to an issue in our actions. Relevant PR yettoapp/actions#11 |
should be fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The lack of gem for the version 1.6.16 is breaking builds:
gem update --system; gem install asciidoctor-mathematical 1054.8s => => # installed?' => => # from /usr/lib/ruby/vendor_ruby/rubygems/request_set.rb:173:in
block (2 levels)=> => # in install'
=> => # ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
=> => # bad response Forbidden 403 (https://index.rubygems.org/quick/Marshal.4.8/ma
=> => # thematical-1.6.16.gemspec.rz)`
To overcome this problem we had to set mathematical:1.6.14
The text was updated successfully, but these errors were encountered: