-
Get the great feeling of up-to-date dependencies and secure software without all the boring manual work
Compounding factor #4: Dependency greening tools, like GitHub's dependabot, or the excellent alternatives depfu, and renovate will all send a PR whenever a new version of rubocop comes out, asking to upgrade from ancient to hot-right-now. While this is often a non-starter for a library, the repeated invalid PRs can be a time sink, and a distraction.
#License Management #Security #OS & Utilities 4 social mentions
-
Easy ZIP sharing for iPhone
Compounding factor #3: The real dependency, the one that prevents the rubocop upgrade is the version of Ruby. Unfortunately the Ruby version dependency, as listed in the .gemspec, isn't baked into bundler's dependency resolution, so is has to be resolved manually.
#File Sharing #Cloud Storage #Secure File Sharing 21 social mentions