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

Commit 7d8049f

Browse files
authored
Merge pull request cloudfoundry#1634 from cloudfoundry/dependabot/bundler/mysql2-0.5.3
Bump mysql2 from 0.5.2 to 0.5.3 [Finishes #173112992]
2 parents f25bf16 + 9ab4b12 commit 7d8049f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gem 'cf-perm', '~> 0.0.10'
6565
gem 'scientist', '~> 1.1.0'
6666

6767
group :db do
68-
gem 'mysql2', '~> 0.5.0'
68+
gem 'mysql2', '~> 0.5.3'
6969
gem 'pg'
7070
end
7171

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ GEM
289289
mustache (1.1.1)
290290
mustermann (1.1.1)
291291
ruby2_keywords (~> 0.0.1)
292-
mysql2 (0.5.2)
292+
mysql2 (0.5.3)
293293
net-ssh (6.1.0)
294294
netaddr (2.0.4)
295295
netrc (0.11.0)
@@ -530,7 +530,7 @@ DEPENDENCIES
530530
mime-types (~> 3.3)
531531
multi_json
532532
multipart-parser
533-
mysql2 (~> 0.5.0)
533+
mysql2 (~> 0.5.3)
534534
net-ssh
535535
netaddr (>= 2.0.4)
536536
newrelic_rpm

0 commit comments

Comments
 (0)