PATH: //opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/man
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bundle-add.1
↓
X
📄 bundle-add.1.ronn
↓
X
📄 bundle-binstubs.1
↓
X
📄 bundle-binstubs.1.ronn
↓
X
📄 bundle-cache.1
↓
X
📄 bundle-cache.1.ronn
↓
X
📄 bundle-check.1
↓
X
📄 bundle-check.1.ronn
↓
X
📄 bundle-clean.1
↓
X
📄 bundle-clean.1.ronn
↓
X
📄 bundle-config.1
↓
X
📄 bundle-config.1.ronn
↓
X
📄 bundle-doctor.1
↓
X
📄 bundle-doctor.1.ronn
↓
X
📄 bundle-exec.1
↓
X
📄 bundle-exec.1.ronn
↓
X
📄 bundle-gem.1
↓
X
📄 bundle-gem.1.ronn
↓
X
📄 bundle-info.1
↓
X
📄 bundle-info.1.ronn
↓
X
📄 bundle-init.1
↓
X
📄 bundle-init.1.ronn
↓
X
📄 bundle-inject.1
↓
X
📄 bundle-inject.1.ronn
↓
X
📄 bundle-install.1
↓
X
📄 bundle-install.1.ronn
↓
X
📄 bundle-list.1
↓
X
📄 bundle-list.1.ronn
↓
X
📄 bundle-lock.1
↓
X
📄 bundle-lock.1.ronn
↓
X
📄 bundle-open.1
↓
X
📄 bundle-open.1.ronn
↓
X
📄 bundle-outdated.1
↓
X
📄 bundle-outdated.1.ronn
↓
X
📄 bundle-platform.1
↓
X
📄 bundle-platform.1.ronn
↓
X
📄 bundle-pristine.1
↓
X
📄 bundle-pristine.1.ronn
↓
X
📄 bundle-remove.1
↓
X
📄 bundle-remove.1.ronn
↓
X
📄 bundle-show.1
↓
X
📄 bundle-show.1.ronn
↓
X
📄 bundle-update.1
↓
X
📄 bundle-update.1.ronn
↓
X
📄 bundle-viz.1
↓
X
📄 bundle-viz.1.ronn
↓
X
📄 bundle.1
↓
X
📄 bundle.1.ronn
↓
X
📄 gemfile.5
↓
X
📄 gemfile.5.ronn
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: bundle-platform.1.ronn
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 display the ruby directive information, so you don't have to parse it from the Gemfile(5).
SIMPAN PERUBAHAN