From 10184af964e0c2e99e182fc2acad514df7a3b29c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 2 Jan 2023 15:56:42 -0800 Subject: [PATCH] Add data_migrate gem --- Gemfile | 3 +++ Gemfile.lock | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 586f285..2d7c1a2 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index eb88c9c..cb924f1 100644 --- a/Gemfile.lock +++ b/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