Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 fails in Gem specs #54

Open
tvdeyen opened this issue Oct 28, 2020 · 3 comments
Open

0.7.0 fails in Gem specs #54

tvdeyen opened this issue Oct 28, 2020 · 3 comments

Comments

@tvdeyen
Copy link
Member

tvdeyen commented Oct 28, 2020

For instance in a Gem using the solidus-18n gem, trying to run the specs fails with

Caused by:
NameError: uninitialized constant ActiveSupport::Deprecation::DeprecatedConstantAccessor
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/active_support.rb:61:in `block in load_missing_constant'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/active_support.rb:60:in `load_missing_constant'
/Users/tvd/.gem/ruby/2.5.8/gems/solidus_support-0.7.0/lib/solidus_support/engine_extensions.rb:5:in `<module:EngineExtensions>'
/Users/tvd/.gem/ruby/2.5.8/gems/solidus_support-0.7.0/lib/solidus_support/engine_extensions.rb:4:in `<module:SolidusSupport>'
/Users/tvd/.gem/ruby/2.5.8/gems/solidus_support-0.7.0/lib/solidus_support/engine_extensions.rb:3:in `<top (required)>'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/Users/tvd/.gem/ruby/2.5.8/gems/solidus_support-0.7.0/lib/solidus_support.rb:5:in `<top (required)>'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/Users/tvd/.gem/ruby/2.5.8/gems/bootsnap-1.4.9/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/Users/tvd/.gem/ruby/2.5.8/gems/solidus_i18n-1.3.0/lib/solidus_i18n.rb:3:in `<top (required)>'
@jiz4oh
Copy link

jiz4oh commented Apr 8, 2021

I met this same question.
And my rails version is 5.0.7.2, the ActiveSupport::Deprecation::DeprecatedConstantAccessor would be introduced from 5.1.
I think whether this gem can lock the rails version?

@Azeem838
Copy link

Hey @tvdeyen did you find a solution to this issue?

@stale
Copy link

stale bot commented Nov 11, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 11, 2022
@gsmendoza gsmendoza removed the wontfix label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants