From d64055c06036fa0823848f01823e502432183b8f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 19 Sep 2021 14:42:32 +0900
Subject: [PATCH] Bump bootsnap from 1.6.0 to 1.8.1 (#16677)

* Bump bootsnap from 1.6.0 to 1.8.1

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.6.0 to 1.8.1.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.6.0...v1.8.1)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove deprecated bootsnap config options

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
---
 Gemfile        | 2 +-
 Gemfile.lock   | 4 ++--
 config/boot.rb | 2 --
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Gemfile b/Gemfile
index a9cf926297..4444f9d15a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@ gem 'blurhash', '~> 0.1'
 
 gem 'active_model_serializers', '~> 0.10'
 gem 'addressable', '~> 2.8'
-gem 'bootsnap', '~> 1.6.0', require: false
+gem 'bootsnap', '~> 1.8.1', require: false
 gem 'browser'
 gem 'charlock_holmes', '~> 0.7.7'
 gem 'iso-639'
diff --git a/Gemfile.lock b/Gemfile.lock
index e0b0c5b63e..0757d1f813 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -104,7 +104,7 @@ GEM
       debug_inspector (>= 0.0.1)
     blurhash (0.1.5)
       ffi (~> 1.14)
-    bootsnap (1.6.0)
+    bootsnap (1.8.1)
       msgpack (~> 1.0)
     brakeman (5.1.1)
     browser (4.2.0)
@@ -677,7 +677,7 @@ DEPENDENCIES
   better_errors (~> 2.9)
   binding_of_caller (~> 1.0)
   blurhash (~> 0.1)
-  bootsnap (~> 1.6.0)
+  bootsnap (~> 1.8.1)
   brakeman (~> 5.1)
   browser
   bullet (~> 6.1)
diff --git a/config/boot.rb b/config/boot.rb
index 6cde5319d4..4e379e7db5 100644
--- a/config/boot.rb
+++ b/config/boot.rb
@@ -12,8 +12,6 @@ Bootsnap.setup(
   cache_dir:            File.expand_path('../tmp/cache', __dir__),
   development_mode:     ENV.fetch('RAILS_ENV', 'development') == 'development',
   load_path_cache:      true,
-  autoload_paths_cache: true,
-  disable_trace:        false,
   compile_cache_iseq:   false,
   compile_cache_yaml:   false
 )
-- 
GitLab