Skip to content

Commit

Permalink
[frontend] Downgrade data_migrate to v3.2.2
Browse files Browse the repository at this point in the history
This currently causes failures when running 'rake db:migrate:with_data'.

  rake aborted!
  only Ruby-based data_schema files are supported at this time
  (unknown schema format sql)
  • Loading branch information
bgeuken committed Dec 19, 2017
1 parent c842915 commit a139b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gem "gssapi", require: false
# for sending events to rabbitmq
gem 'bunny'
# for making changes to existing data
gem 'data_migrate'
gem 'data_migrate', '= 3.2.2'
# for URI encoding
gem 'addressable'

Expand Down
4 changes: 2 additions & 2 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
cssmin (1.0.3)
daemons (1.2.5)
dalli (2.7.6)
data_migrate (3.3.0)
data_migrate (3.2.2)
rails (>= 4.0)
database_cleaner (1.6.2)
delayed_job (4.1.3)
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
cssmin (>= 1.0.2)
daemons
dalli
data_migrate
data_migrate (= 3.2.2)
database_cleaner (>= 1.0.1)
delayed_job_active_record (>= 4.0.0)
escape_utils
Expand Down

0 comments on commit a139b04

Please sign in to comment.