Sha256: f8858636b591f3bf46aafeac8211243b89aa3e86aafc679c6c6eaa1fb10a48b6

Contents?: true

Size: 1.13 KB

Versions: 108

Compression:

Stored size: 1.13 KB

Contents

bundle-platform(1) -- Displays platform compatibility information
=================================================================

## SYNOPSIS

`bundle platform` [--ruby]

## DESCRIPTION

`platform` will display information from your Gemfile, Gemfile.lock, and Ruby
VM about your platform.

For instance, using this Gemfile(5):

    source "https://rubygems.org"

    ruby "1.9.3"

    gem "rack"

If you run `bundle platform` on Ruby 1.9.3, it will display the following output:

    Your platform is: x86_64-linux

    Your app has gems that work on these platforms:
    * ruby

    Your Gemfile specifies a Ruby version requirement:
    * ruby 1.9.3

    Your current platform satisfies the Ruby version requirement.

`platform` will list all the platforms in your `Gemfile.lock` as well as the
`ruby` directive if applicable from your Gemfile(5). It will also let you know
if the `ruby` directive requirement has been met. If `ruby` directive doesn't
match the running Ruby VM, it will tell you what part does not.

## OPTIONS

* `--ruby`:
  It will just display the ruby directive information, so you don't have to
  parse it from the Gemfile(5).

Version data entries

108 entries across 108 versions & 3 rubygems

Version Path
bundler-1.12.6 man/bundle-platform.ronn
bundler-1.12.5 man/bundle-platform.ronn
bundler-1.12.4 man/bundle-platform.ronn
bundler-1.12.3 man/bundle-platform.ronn
bundler-1.12.2 man/bundle-platform.ronn
bundler-1.12.1 man/bundle-platform.ronn
bundler-1.12.0 man/bundle-platform.ronn
bundler-1.12.0.rc.4 man/bundle-platform.ronn
bundler-1.12.0.rc.3 man/bundle-platform.ronn
bundler-1.12.0.rc.2 man/bundle-platform.ronn
bundler-1.12.0.rc man/bundle-platform.ronn
bundler-1.12.0.pre.2 man/bundle-platform.ronn
bundler-1.12.0.pre.1 man/bundle-platform.ronn
bundler-1.11.2 man/bundle-platform.ronn
bundler-1.11.1 man/bundle-platform.ronn
bundler-1.11.0 man/bundle-platform.ronn
bundler-1.11.0.pre.2 man/bundle-platform.ronn
bundler-1.11.0.pre.1 man/bundle-platform.ronn
shopify-bundler-1.10.7 man/bundle-platform.ronn
bundler-1.10.6 man/bundle-platform.ronn