about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-02-11 19:20:58 +0100
committerGitHub <noreply@github.com>2021-02-11 19:20:58 +0100
commit01e44b886dd03722507da3a799967ba2cab714ad (patch)
tree96f73961b7596bcbf5d475c4a911d3635987e039 /Gemfile
parentba8039d024eab73da6cce32e3d9ae0801984ae04 (diff)
Downgrade bootsnap to 1.6.0 (#15711)
* Revert "Bump bootsnap from 1.5.1 to 1.7.1 (#15669)"

This reverts commit c3d1b7a2f5cf8e2f6b3490400b335024f0d34e12.

* Downgrade bootsnap to 1.6.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ade780d3a..8fd9fb3e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ gem 'blurhash', '~> 0.1'
 
 gem 'active_model_serializers', '~> 0.10'
 gem 'addressable', '~> 2.7'
-gem 'bootsnap', '~> 1.7', require: false
+gem 'bootsnap', '~> 1.6.0', require: false
 gem 'browser'
 gem 'charlock_holmes', '~> 0.7.7'
 gem 'iso-639'