Update bootsnap: 1.9.1 → 1.11.1 (minor) #206
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ bootsnap (1.9.1 → 1.11.1) · Repo · Changelog
Release Notes
1.11.1 (from changelog)
1.11.0 (from changelog)
1.10.3 (from changelog)
1.10.2 (from changelog)
1.10.1 (from changelog)
1.10.0 (from changelog)
1.9.4 (from changelog)
1.9.3 (from changelog)
1.9.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 74 commits:
Release 1.11.1Fix `can't modify frozen Hash` error.Release 1.11.0Merge pull request #407 from Shopify/no-file-utilsDrop dependency on FileUtilsFix LoadPathCache deduplicationMerge pull request #406 from Shopify/rb-get-pathBind `rb_get_path` to better respect Kernel#require duck-typeMerge pull request #405 from teoljungberg/fix-typoFix typoMerge pull request #402 from Shopify/skip-realpath-cache-if-uselessGet rid of RealPathCache and the `Kernel.require_relative` decoratorMerge pull request #403 from Shopify/drop-2.3-supportDrop Ruby 2.3 support.Remove useless gem from GemfileRelease 1.10.3Merge pull request #400 from Shopify/improve-yaml-cache-some-moreFix Regexp and Date handling in YAML compile cacheMerge pull request #399 from Shopify/simpler-symbol-encodingSimplified handling of UTF-8 symbols in YAMLAppease rubocopMerge pull request #398 from Shopify/symbol-encodingCode style and CI improvementsYAML compile cache: encoding aware symbolsMerge pull request #397 from mishina2228/chagelogFix typos in the changelogRelease 1.10.2Reduce the `Kernel.require` extra stack frames some more.Simplify LoadError handlingImprove CacheTest#test_path_encodingCheck msgpack freeze support in JSON compile cacheMerge pull request #394 from elia/patch-1TypoRelease 1.10.1Fix `Kernel#autoload`'s fallback path always bing executedbs_fetch: consider unlink ENOENT as a successRelease 1.10.0Restore the workaround to avoid LoadError having FallbackScan as causeDelay requiring fileutils [fix #285]Depend on msgpack ~> 1.2Move development dependencies to the GemfileFix an unused variable warning in the test suiteMerge pull request #392 from Shopify/fix-yaml-cache-psych-4-safe-loadHandle YAML.load_file on Psych 4Return a special UNCOMPILABLE value instead of raising UncompilableTest against ruby 3.1Merge pull request #393 from Shopify/require-backtraceMinimize the Kernel.require extra stack framesMerge pull request #391 from Shopify/rubocop-cleanupCleanup the rubocop configMerge pull request #390 from Shopify/updatesGenerate Rubocop TODOUse rubocop-shopifyRename master to mainUpdate license yearsHandle clang 13 warningsRelease 1.9.4Merge pull request #385 from Shopify/zeitwerk-compatLoadedFeaturesIndex#register: Ignore absolute paths entirelyMerge pull request #387 from Shopify/load-path-cache-versionIgnore load path caches generated by a different ruby versionRelease 1.9.3Merge pull request #380 from Shopify/finely-grained-3.0.3-fixOnly disable the compile cache for source files impacted by Ruby 3.0.3 [Bug #18250]Release 1.9.2Automatically detect Ruby 3.1.0-dev's anonymous params bugMerge pull request #379 from Shopify/improve-ciRun CI against ruby debug builds and run it nightlyMerge pull request #373 from ojab/optimize_upper_dir_relative_pathsOptimize relative `../` paths resolutionOptimize LoadedFeatureIndex#registerMinor style improvementsMerge pull request #372 from ojab/fixup_loadFixup `Kernel.load`Release Notes
1.4.5 (from changelog)
1.4.4 (from changelog)
1.4.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.