3
2

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 1 year has passed since last update.

warning: constant Gem::ConfigMap is deprecated

Posted at

warning: constant Gem::ConfigMap is deprecated

初めに

先日他の人のrubyのプロジェクトとgit cloneでクローンしコードをレビューする機会があり、その際に表示されたエラーについて書いていこうと思います。

原因

rubygemのバージョンが遅れていることによって起きるエラー

解決方法

rubygemを入れ直してあげてバージョンを変えてあげればok

$ gem uninstall rubygems-update
$ gem install rubygems-update -v=2.7.6
$ update_rubygems
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?