エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
gem 1.8のGem::Specification#default_executable= is deprecated with no replacement.という警告メッセージの出力を抑制する方法
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
gem 1.8のGem::Specification#default_executable= is deprecated with no replacement.という警告メッセージの出力を抑制する方法
gem 1.8のGem::Specification#default_executable= is deprecated with no replacement.という警告メッ... gem 1.8のGem::Specification#default_executable= is deprecated with no replacement.という警告メッセージの出力を抑制する方法 gem 1.8がリリースされました。ただし24個もの機能がdeprecatedになっているため、gemを使って何かしようとすると数十、人によっては数百のdeprecation warningが出力されます。これらの警告の出力を抑制する方法をまとめます。 gem 1.8をインストールするにはシェルでgem update --systemと入力します。これでgemのアップデートが完了します。gemのバージョンが1.8にアップデートされたことを確認するために、gem -vと入力すると、NOTE: Gem::Specification#default_executable= is deprecat
2011/05/24 リンク