oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Updating oxidized

Open pacionet opened this issue 10 months ago • 3 comments

I have an old version of oxidized

oxidized -v 0.28.0

I am trying to update with gem but I got:

# gem update oxidized Updating installed gems Nothing to update

# gem update oxidized-web Updating installed gems Nothing to update

But if I run

gem list oxidized -ra

*** REMOTE GEMS ***

oxidized (0.32.1, 0.32.0, 0.31.0, 0.30.1, 0.30.0, 0.29.1, 0.29.0, 0.28.0, 0.27.0, 0.26.3, 0.26.2, 0.26.1, 0.26.0, 0.25.1, 0.25.0, 0.24.0, 0.23.0, 0.22.0, 0.21.0, 0.20.0, 0.19.0, 0.18.0, 0.17.0, 0.16.3, 0.16.2, 0.16.1, 0.16.0, 0.15.0, 0.14.3, 0.14.2, 0.14.1, 0.14.0, 0.13.1, 0.13.0, 0.12.2, 0.12.1, 0.12.0, 0.11.0, 0.10.0, 0.9.0, 0.8.1, 0.8.0, 0.7.2, 0.7.1, 0.7.0, 0.6.0, 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.4, 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.1) oxidized-fetch (0.2.0, 0.1.0) oxidized-script (0.7.0, 0.6.0, 0.5.1, 0.5.0, 0.4.0, 0.3.1, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.6, 0.0.4, 0.0.3, 0.0.2, 0.0.1) oxidized-ssh (0.2, 0.1.3.1, 0.1.3, 0.1.2.5, 0.1.2.4, 0.1.2.3, 0.1.2.1, 0.1.2, 0.1.1.1, 0.1.1) oxidized-web (0.15.1, 0.15.0, 0.14.0, 0.13.1, 0.13.0, 0.12.1, 0.12.0, 0.11.1, 0.11.0, 0.10.2, 0.10.1, 0.10.0, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.0, 0.7.1, 0.7.0, 0.6.1, 0.6.0, 0.5.2, 0.5.1, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.3, 0.0.2, 0.0.1)

Any hints?

pacionet avatar Feb 21 '25 11:02 pacionet

Have you tried gem install oxidized:0.32.1 ?

sorano avatar Mar 03 '25 10:03 sorano

This issue is likely because 0.28.0 has ruby dependency >=2.3, while 0.30.0 has ruby dependence >=3.0 and user likely has ruby 2.3 or newer, but older than 3.0. Therefore gem is installing latest that meets the dependencies.

ytti avatar Mar 03 '25 10:03 ytti

This issue is stale because it has been open 90 days with no activity.

github-actions[bot] avatar Jun 02 '25 02:06 github-actions[bot]

Closing Stale Issue.

robertcheramy avatar Dec 03 '25 13:12 robertcheramy