Skip to content

Instantly share code, notes, and snippets.

@k2works
Created November 29, 2014 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k2works/e884c32406899544bcd8 to your computer and use it in GitHub Desktop.
Save k2works/e884c32406899544bcd8 to your computer and use it in GitHub Desktop.
早くgemをインストールする
gem install chefspec --no-ri --no-rdoc
@eiel
Copy link

eiel commented Dec 4, 2014

--no-ri --no-rdoc はオワコンらしい。

$ gem install help
 Deprecated Options:
        --[no-]rdoc                  Generate RDoc for installed gems
                                     Use --document instead
        --[no-]ri                    Generate ri data for installed gems.
                                     Use --document instead

--no-document を使うのが正解らしい。

って昔ふるきどくんがブログかいてた。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment