Skip to content

Commit

Permalink
update data_migrate to fix error on db:migrate:with_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 12, 2024
1 parent 6d3ada9 commit 49dbac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bigbluebutton-api-ruby', '1.9.1'
gem 'bootsnap', require: false
gem 'clamby', '~> 1.6.10'
gem 'cssbundling-rails', '>= 1.3.3'
gem 'data_migrate', '>= 9.4.0'
gem 'data_migrate', '>= 11.2'
gem 'dotenv-rails'
gem 'google-cloud-storage', '~> 1.44', require: false
gem 'hcaptcha'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GEM
crass (1.0.6)
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
data_migrate (9.4.0)
data_migrate (11.2.0)
activerecord (>= 6.1)
railties (>= 6.1)
date (3.3.4)
Expand Down Expand Up @@ -513,7 +513,7 @@ DEPENDENCIES
capybara
clamby (~> 1.6.10)
cssbundling-rails (>= 1.3.3)
data_migrate (>= 9.4.0)
data_migrate (>= 11.2)
debug
dotenv-rails
factory_bot (>= 6.4.1)
Expand Down

0 comments on commit 49dbac6

Please sign in to comment.