Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Out of scope
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: RubyGems
-
Labels:None
-
Environment:CentOS 7
Nexus OSS 2.11.4-01
OpenJDK 8
Description
While deploying gems to our hosted RubyGem repository we noticed an off behavior.
Our setup is as follows, we have our hosted gem repository and proxy repository (rubygems.org), which then both are setup in a repository group.
We had a gem at version '0.0.9', then deployed '0.0.10' to our hosted repository; using the nexus gem plugin.
Using our repository group, we attempted to upgrade our servers with the new gem. However, the repository group didn't recognize the new version '0.0.10' but instead served up version '0.0.9' as if '0.0.10' didn't exist. However, if we use our hosted repository we see the new version (0.0.10).