Skip to content

Support Ruby 2.7 #259

Closed
Closed
@jcoyne

Description

@jcoyne

This causes problems as new_ostruct_member has been removed:

rails aborted!
NoMethodError: undefined method `new_ostruct_member' for #<Config::Options>
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/options.rb:177:in `method_missing'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/options.rb:204:in `block in __convert'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/options.rb:202:in `each'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/options.rb:202:in `__convert'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/options.rb:92:in `reload!'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config.rb:50:in `load_files'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config.rb:59:in `load_and_set_settings'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/integrations/rails/railtie.rb:11:in `preload'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/railties-5.2.4/lib/rails/railtie.rb:190:in `public_send'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/railties-5.2.4/lib/rails/railtie.rb:190:in `method_missing'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/config-2.0.0/lib/config/integrations/rails/railtie.rb:21:in `block in <class:Railtie>'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:69:in `block in execute_hook'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:62:in `with_execution_control'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:67:in `execute_hook'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:51:in `each'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.4/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/railties-5.2.4/lib/rails/application.rb:95:in `inherited'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions