Skip to content

Commit

Permalink
Merge pull request #5840 from openSUSE/depfu/update/srcapi/data_migra…
Browse files Browse the repository at this point in the history
…te-5.1.0

[src/api] Upgrade data_migrate: 5.0.2 → 5.1.0 (minor)
  • Loading branch information
Dany Marcoux committed Sep 13, 2018
2 parents d59babe + 9d4e469 commit b02bc9b
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 @@ -71,7 +71,7 @@ gem 'gssapi', require: false
# for sending events to rabbitmq
gem 'bunny'
# for making changes to existing data
gem 'data_migrate', '= 5.0.2'
gem 'data_migrate', '= 5.1.0'
# for URI encoding
gem 'addressable'
# for XML builder
Expand Down
4 changes: 2 additions & 2 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
cssmin (1.0.3)
daemons (1.2.6)
dalli (2.7.8)
data_migrate (5.0.2)
data_migrate (5.1.0)
rails (>= 4.2)
database_cleaner (1.7.0)
delayed_job (4.1.5)
Expand Down Expand Up @@ -470,7 +470,7 @@ DEPENDENCIES
cssmin (>= 1.0.2)
daemons
dalli
data_migrate (= 5.0.2)
data_migrate (= 5.1.0)
database_cleaner (>= 1.0.1)
delayed_job_active_record (>= 4.0.0)
escape_utils
Expand Down

0 comments on commit b02bc9b

Please sign in to comment.