Using Bundler, is there a way to check if there are newer gems available than the versions specified in the Gemfile? In other words, is there a way to check if my gems are up to date without actually updating?
To check if a specific version is installed, just add --version , e.g.: gem list -i compass --version 0.12.
To view the APKs that Google Play generates from your app bundle: Open the App bundle explorer page (Release > App bundle explorer). On the Devices tab, select the version filter near the top right of the page. On the “Choose a version” table, select the right arrow on the version that you want to view.
List installed gems with newer versions available
$ bundle outdated [GEM] [--local] [--pre] [--source]
Options:
--local
: Do not attempt to fetch gems remotely and use the gem cache instead
--pre
: Check for newer pre-release gems
--source
: Check against a specific source
Source: http://bundler.io/v1.3/bundle_outdated.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With