14
16

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.

Digest::Digest deprecationを出しているgemを探す

Last updated at Posted at 2014-07-29

Digest::Digest is deprecated; use Digestというwarningが何かのgemで出ていたので、以下で探して直した。

$ cd $(dirname $(bundle show rails))
$ ag -l OpenSSL::Digest::Digest

grepだとファイル数が多い時に遅いので、より高速なag(The Silver Searcher)を使うとよい。

14
16
1

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
14
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?