Skip to content

Commit

Permalink
Add data migration gem
Browse files Browse the repository at this point in the history
  • Loading branch information
neb417 committed Jul 11, 2024
1 parent e00b010 commit 958f5e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ gem "money-rails"

gem "net-http"

gem "data_migrate"

group :development, :test do
gem "capybara"
gem "factory_bot_rails"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
data_migrate (9.4.0)
activerecord (>= 6.1)
railties (>= 6.1)
date (3.3.3)
diff-lcs (1.5.0)
docile (1.4.0)
Expand Down Expand Up @@ -302,6 +305,7 @@ DEPENDENCIES
annotate
bootsnap
capybara
data_migrate
factory_bot_rails
faker
importmap-rails
Expand Down

0 comments on commit 958f5e6

Please sign in to comment.