You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gem fresh should also support npm and bower libraries. The npm outdated and bower list commands should give the data necessary; we should be able to parse the output from those commands to a GemVersion object and treat them like gems from there on.
The gem could look for Gemfile.lock, package.json, and bower.json to determine which managers to consult.
The text was updated successfully, but these errors were encountered:
Gem fresh should also support npm and bower libraries. The
npm outdated
andbower list
commands should give the data necessary; we should be able to parse the output from those commands to a GemVersion object and treat them like gems from there on.The gem could look for
Gemfile.lock
,package.json
, andbower.json
to determine which managers to consult.The text was updated successfully, but these errors were encountered: