Merge pull request #49 from jedmund/fix-staging-20230122
Attempt to fix staging (2023-01-22)
This commit is contained in:
commit
6bf100a830
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,7 +1,6 @@
|
||||||
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'
|
||||||
|
|
@ -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
|
# 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