Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request cloudfoundry#1634 from cloudfoundry/dependabot/bun…
Browse files Browse the repository at this point in the history
…dler/mysql2-0.5.3

Bump mysql2 from 0.5.2 to 0.5.3


[Finishes #173112992]
  • Loading branch information
selzoc authored Jul 29, 2020
2 parents f25bf16 + 9ab4b12 commit 7d8049f
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 @@ -65,7 +65,7 @@ gem 'cf-perm', '~> 0.0.10'
gem 'scientist', '~> 1.1.0'

group :db do
gem 'mysql2', '~> 0.5.0'
gem 'mysql2', '~> 0.5.3'
gem 'pg'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
mustache (1.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.2)
mysql2 (0.5.3)
net-ssh (6.1.0)
netaddr (2.0.4)
netrc (0.11.0)
Expand Down Expand Up @@ -530,7 +530,7 @@ DEPENDENCIES
mime-types (~> 3.3)
multi_json
multipart-parser
mysql2 (~> 0.5.0)
mysql2 (~> 0.5.3)
net-ssh
netaddr (>= 2.0.4)
newrelic_rpm
Expand Down

0 comments on commit 7d8049f

Please sign in to comment.