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'