-
Notifications
You must be signed in to change notification settings - Fork 234
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
Bump bootsnap from 1.6.0 to 1.18.3 #4093
Conversation
@@ -13,7 +13,6 @@ | |||
cache_dir: 'tmp/bootsnap', # Path to your cache | |||
development_mode: rails_env == "development", | |||
load_path_cache: true, # optimizes the LOAD_PATH with a cache | |||
autoload_paths_cache: true, # optimizes ActiveSupport autoloads with cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bootsnap no longer supports the classic Rails class autoloader, which this option refers to.
Samson is not using the classic autoloader. Rather, it's using Zeitwerk. So removing this capability (and configuration) is of no consequence.
plugin_name = line[/\/plugins\/([^\/]+)/, 1] || raise("not called from a plugin not #{line}") | ||
plugin_name = line[/^plugins\/([^\/]+)/, 1] || raise("not called from a plugin not #{line}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjust the plugin-detecting regex to get the tests passing.
@grosser The test suite is passing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird that the path changed ... but fix seems good π
bootsnap
Minor version upgrade ππΆ 1.6.0 β 1.18.3
[change-log, source-code, gem-diff]
A change of 248 commits. See the full changes on the compare page.