Bundle Outdated that's aware of ruby version #6767
broksonic21
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a version or field for bundle outdated that can show you all outdated gems, but only the ones that work on your current ruby version? We are finding that bundle outdated shows some gems that only work on newer versions of ruby.
While I agree they are "outdated", it forces these two upgrade paths together; we have some requirements to run on older rubies for customer reasons (I know they are EOL rubies), but I'd like to be as far as updated on gems that I can given that constraint
Example is
brakeman
:Bundle outdated shows this if running on Ruby 2.7.*:
5.4.1 is the last version that works on 2.7*, as 6 requires ruby 3.
Beta Was this translation helpful? Give feedback.
All reactions