Skip to content

Commit

Permalink
Upgrade data_migrate to version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 3, 2018
1 parent afd900d commit 300232b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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', '= 3.5.0'
gem 'data_migrate', '= 4.0.0'
# for URI encoding
gem 'addressable'

Expand Down
8 changes: 4 additions & 4 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ GEM
cssmin (1.0.3)
daemons (1.2.6)
dalli (2.7.7)
data_migrate (3.5.0)
rails (>= 4.1)
data_migrate (4.0.0)
rails (>= 4.2)
database_cleaner (1.6.2)
delayed_job (4.1.5)
activesupport (>= 3.0, < 5.3)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
railties (>= 3.1)
mousetrap-rails (1.4.6)
mysql2 (0.5.1)
nio4r (2.3.0)
nio4r (2.3.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
Expand Down Expand Up @@ -433,7 +433,7 @@ DEPENDENCIES
cssmin (>= 1.0.2)
daemons
dalli
data_migrate (= 3.5.0)
data_migrate (= 4.0.0)
database_cleaner (>= 1.0.1)
delayed_job_active_record (>= 4.0.0)
escape_utils
Expand Down

0 comments on commit 300232b

Please sign in to comment.