0
0

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.

bundle update(undefined method `new_ostruct_member' for #<Config::Options> (NoMethodError)のエラー発生時)

Last updated at Posted at 2020-01-20

事象

rails 6.0 ruby2.7の環境
setting.ymlに定数を定義してrails s したところ
以下のエラーが発生
(ユーザ名)/.rvm/gems/ruby-2.7.0/gems/config-2.1.0/lib/config/options.rb:180:in method_missing': undefined method new_ostruct_member' for #Config::Options (NoMethodError)

対応

bundle update

→config 2.2.1 になればOK

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?