diff options
author | David Gay <david@davidgay.org> | 2021-05-24 18:26:40 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-24 18:26:40 -0400 |
commit | 9e6d143b10b299167d17cf3f046c6ddb3ec7b108 (patch) | |
tree | 4440138ca2cd1a19644abca69ef6d430f702b6ed /Gemfile | |
parent | caf53edece6542c6858efad53c27c945e55d63e2 (diff) |
Gemfile: Require bootsnap
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |