Move bootsnap back

This commit is contained in:
Justin Edmund 2023-01-23 00:00:56 -08:00
parent fcbf97fe0a
commit 31240936ab

View file

@ -1,6 +1,7 @@
source 'https://rubygems.org'
ruby '3.0.0'
gem 'bootsnap'
gem 'pg'
gem 'rack-cors'
gem 'rails'
@ -48,8 +49,6 @@ gem 'data_migrate'
# A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model
gem 'amoeba'
gem 'bootsnap'
group :doc do
gem 'apipie-rails'
gem 'sdoc'