diff --git a/Gemfile b/Gemfile index 66eeb1b..038f94d 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' @@ -49,6 +48,8 @@ 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'