From 9e6d143b10b299167d17cf3f046c6ddb3ec7b108 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 24 May 2021 18:26:40 -0400 Subject: Gemfile: Require bootsnap --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c7fd020..0ef2e57 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "jbuilder", "~> 2.7" # gem 'image_processing', '~> 1.2' # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", ">= 1.4.4", require: false +gem "bootsnap", ">= 1.4.4" gem "devise" -- cgit v1.2.3