Move bootsnap back
This commit is contained in:
parent
fcbf97fe0a
commit
31240936ab
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,6 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.0.0'
|
ruby '3.0.0'
|
||||||
|
|
||||||
|
gem 'bootsnap'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'rack-cors'
|
gem 'rack-cors'
|
||||||
gem 'rails'
|
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
|
# A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model
|
||||||
gem 'amoeba'
|
gem 'amoeba'
|
||||||
|
|
||||||
gem 'bootsnap'
|
|
||||||
|
|
||||||
group :doc do
|
group :doc do
|
||||||
gem 'apipie-rails'
|
gem 'apipie-rails'
|
||||||
gem 'sdoc'
|
gem 'sdoc'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue