Skip to content

Commit 3a98e06

Browse files
build(deps-dev): bump mysql2 from 0.5.6 to 0.5.7 (#4574)
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](brianmario/mysql2@0.5.6...0.5.7) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 0.5.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb438f8 commit 3a98e06

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gem 'fog-openstack'
6363
gem 'cf-uaa-lib', '~> 4.0.9'
6464

6565
group :db do
66-
gem 'mysql2', '~> 0.5.6'
66+
gem 'mysql2', '~> 0.5.7'
6767
gem 'pg'
6868
end
6969

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ GEM
340340
mustermann (3.0.0)
341341
ruby2_keywords (~> 0.0.1)
342342
mutex_m (0.3.0)
343-
mysql2 (0.5.6)
343+
mysql2 (0.5.7)
344+
bigdecimal
344345
net-ssh (7.3.0)
345346
netaddr (2.0.6)
346347
netrc (0.11.0)
@@ -665,7 +666,7 @@ DEPENDENCIES
665666
mime-types (~> 3.7)
666667
mock_redis
667668
multipart-parser
668-
mysql2 (~> 0.5.6)
669+
mysql2 (~> 0.5.7)
669670
net-ssh
670671
netaddr (>= 2.0.4)
671672
newrelic_rpm

0 commit comments

Comments
 (0)