Merge pull request #49 from jedmund/fix-staging-20230122

Attempt to fix staging (2023-01-22)
This commit is contained in:
Justin Edmund 2023-01-22 23:48:18 -08:00 committed by GitHub
commit 6bf100a830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'