12
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

あるgemに依存しているgemを一覧する方法

Last updated at Posted at 2014-04-04

##例えば:nokogiri gemを使っている gemってどれだっけ?

自分の環境の場合
Gem nokogiri-1.6.1
  hoe (~> 3.7, development)
  hoe-bundler (>= 1.1, development)
  hoe-debugging (>= 1.0.3, development)
  hoe-gemspec (>= 1.0, development)
  hoe-git (>= 1.4, development)
  mini_portile (~> 0.5.0)
  minitest (~> 2.2.2, development)
  racc (>= 1.4.6, development)
  rake (>= 0.9, development)
  rake-compiler (~> 0.8.0, development)
  rdoc (~> 4.0, development)
  rexical (>= 1.0.5, development)
  Used by
    akami-1.2.1 (nokogiri (>= 0))
    aws-sdk-1.36.0 (nokogiri (>= 1.4.4))
    aws-sdk-1.35.0 (nokogiri (>= 1.4.4))
    capybara-2.1.0 (nokogiri (>= 1.3.3))
    fog-1.21.0 (nokogiri (>= 1.5.11, ~> 1.5))
    haml-4.0.3 (nokogiri (>= 0, development))
    mechanize-2.7.3 (nokogiri (~> 1.4))
    nori-1.1.5 (nokogiri (>= 1.4.0, development))
    savon-0.9.5 (nokogiri (>= 1.4.0))
    tilt-1.4.1 (nokogiri (>= 0, development))
    turnout-0.2.5 (nokogiri (~> 1.3))
    wasabi-1.0.0 (nokogiri (>= 1.4.0))
    webrobots-0.1.1 (nokogiri (>= 1.4.4, development))
    winrm-1.1.3 (nokogiri (~> 1.5))
    xpath-2.0.0 (nokogiri (~> 1.3))

ずらずらっと出てきましたが、Used by 以下を見てください。
個人的には、
__nokogiriを使っているakamiを使っているsavonを使っているwinrmを使っているridleyを使っているberkshelf__を入れていたので、面白かったです..

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?