Attempt moving Gemfile
This commit is contained in:
parent
2c9b15857c
commit
098fdbffa8
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'
|
||||||
|
|
@ -46,6 +45,8 @@ gem 'will_paginate', '~> 3.3'
|
||||||
# Migrate and update data alongside your database structure.
|
# Migrate and update data alongside your database structure.
|
||||||
gem 'data_migrate'
|
gem 'data_migrate'
|
||||||
|
|
||||||
|
gem 'bootsnap'
|
||||||
|
|
||||||
group :doc do
|
group :doc do
|
||||||
gem 'apipie-rails'
|
gem 'apipie-rails'
|
||||||
gem 'sdoc'
|
gem 'sdoc'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue