Skip to content

Commit

Permalink
Add data-migrate gem (#112)
Browse files Browse the repository at this point in the history
* Add data_migrate gem

* Move old rake tasks to new db/data folder
  • Loading branch information
nathanmsmith authored Aug 27, 2023
1 parent 13ba71f commit 83ba259
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ gem "dalli"
# Alerts
gem "noticed"

# Data Migrations
gem "data_migrate"

group :production, :test do
gem "elasticsearch", "8.7.0"
end
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ GEM
capybara (~> 3.0)
ferrum (~> 0.13.0)
dalli (3.2.5)
data_migrate (9.1.1)
activerecord (>= 6.0)
railties (>= 6.0)
date (3.3.3)
debug (1.8.0)
irb (>= 1.5.0)
Expand Down Expand Up @@ -624,6 +627,7 @@ DEPENDENCIES
cssbundling-rails
cuprite
dalli
data_migrate
debug (>= 1.0.0)
devise
dotenv-rails
Expand Down

0 comments on commit 83ba259

Please sign in to comment.