From a275cb118fc64eec3b483a5435c170502bfbcecc Mon Sep 17 00:00:00 2001 From: Naveenraj M <22456988+naveenrajm7@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:51:56 -0700 Subject: [PATCH] notes: update gems --- notes/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notes/README.md b/notes/README.md index 48ec13b..fdaa3aa 100644 --- a/notes/README.md +++ b/notes/README.md @@ -27,4 +27,9 @@ GitHub action upon tag push with "v*" will publish gem to GHR and rubygems 4. Run `bundle exec rake release` again 5. Cancel push to rubygems.org -GHA will publish gems to GHR and rubygems \ No newline at end of file +GHA will publish gems to GHR and rubygems + + +To update specific gems in the project + +`bundle update rubocop` \ No newline at end of file