Add data_migrate gem
This commit is contained in:
parent
bac92ffdcd
commit
10184af964
2 changed files with 11 additions and 5 deletions
3
Gemfile
3
Gemfile
|
|
@ -43,6 +43,9 @@ gem 'pg_search'
|
|||
# Pagination library
|
||||
gem 'will_paginate', '~> 3.3'
|
||||
|
||||
# Migrate and update data alongside your database structure.
|
||||
gem 'data_migrate'
|
||||
|
||||
group :doc do
|
||||
gem 'apipie-rails'
|
||||
gem 'sdoc'
|
||||
|
|
|
|||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -80,6 +80,9 @@ GEM
|
|||
byebug (11.1.3)
|
||||
concurrent-ruby (1.1.9)
|
||||
crass (1.0.6)
|
||||
data_migrate (8.5.0)
|
||||
activerecord (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
database_cleaner (2.0.1)
|
||||
database_cleaner-active_record (~> 2.0.0)
|
||||
database_cleaner-active_record (2.0.1)
|
||||
|
|
@ -131,12 +134,12 @@ GEM
|
|||
marcel (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.6.1)
|
||||
minitest (5.14.4)
|
||||
msgpack (1.4.2)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.12.5-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.12.5-x86_64-linux)
|
||||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
racc (~> 1.4)
|
||||
oj (3.13.9)
|
||||
parallel (1.21.0)
|
||||
|
|
@ -276,8 +279,7 @@ GEM
|
|||
zeitwerk (2.5.1)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
x86_64-linux
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
api_matchers
|
||||
|
|
@ -288,6 +290,7 @@ DEPENDENCIES
|
|||
blueprinter
|
||||
bootsnap
|
||||
byebug
|
||||
data_migrate
|
||||
database_cleaner
|
||||
doorkeeper
|
||||
dotenv-rails
|
||||
|
|
|
|||
Loading…
Reference in a new issue