Skip to content

Commit

Permalink
Upgrade data_migrate to version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Feb 12, 2018
1 parent 62383e1 commit 581e0d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.2.2'
gem 'data_migrate', '= 3.4.0'
# for URI encoding
gem 'addressable'

Expand Down
14 changes: 7 additions & 7 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.6)
dalli (2.7.6)
data_migrate (3.2.2)
data_migrate (3.4.0)
rails (>= 4.0)
database_cleaner (1.6.2)
delayed_job (4.1.4)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
kgio (2.11.0)
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.1.1)
loofah (2.2.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand All @@ -197,7 +197,7 @@ GEM
middleware (0.1.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
minitest (5.11.3)
minitest-fail-fast (0.1.0)
minitest (~> 5)
minitest-reporters (1.1.19)
Expand All @@ -211,7 +211,7 @@ GEM
railties (>= 3.1)
mousetrap-rails (1.4.6)
mysql2 (0.4.10)
nio4r (2.1.0)
nio4r (2.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
public_suffix (3.0.1)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.3)
rack (2.0.4)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rails (5.1.4)
Expand Down Expand Up @@ -385,7 +385,7 @@ GEM
tilt (2.0.8)
timecop (0.9.1)
tty-color (0.4.2)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.5)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -441,7 +441,7 @@ DEPENDENCIES
cssmin (>= 1.0.2)
daemons
dalli
data_migrate (= 3.2.2)
data_migrate (= 3.4.0)
database_cleaner (>= 1.0.1)
delayed_job_active_record (>= 4.0.0)
escape_utils
Expand Down

0 comments on commit 581e0d9

Please sign in to comment.