るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.265秒)
トップページ > クエリ:gem[x] > クエリ:Version[x] > クエリ:rubygems/commands/lock_command[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document to_s
  5. rexml/document node_type

検索結果

rubygems/commands/lock_command (44156.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために
必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict...
...ンを有効にします
Arguments:
GEM
NAME ロックする Gem パッケージの名前を指定します
VERSION
ロックする Gem パッケージのバージョンを指定します
Summary:
特定バージョンの Gem パッケージを使用するため...
...ate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
version
s in the requirements list to ensure that the gems loaded will always
be consistent. A full recursive search of all effected gems will be...