This is a Neovim plugin written in Lua that displays available updates for your Ruby gems through bundler right inside your Gemfile.
- Automatically checks for available gem updates when you open a Gemfile.
Install with lazy:
{
"jeffrydegrande/bundler-info.nvim",
config = function()
require("bundler-info").setup()
end,
},
Just open any Gemfile in Neovim, the plugin will automatically display any availabe updates.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.