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