From 098fdbffa89189ac37b32dc2f471f6eb2f2eab9e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 23:45:49 -0800 Subject: [PATCH] Attempt moving Gemfile --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3565c3f..d0d8356 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' ruby '3.0.0' -gem 'bootsnap' gem 'pg' gem 'rack-cors' gem 'rails' @@ -46,6 +45,8 @@ gem 'will_paginate', '~> 3.3' # Migrate and update data alongside your database structure. gem 'data_migrate' +gem 'bootsnap' + group :doc do gem 'apipie-rails' gem 'sdoc'