Skip to content

Commit f89d700

Browse files
build(deps-dev): bump mysql2 from 0.5.6 to 0.5.7
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]>
1 parent 43197d9 commit f89d700

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)
@@ -663,7 +664,7 @@ DEPENDENCIES
663664
mime-types (~> 3.7)
664665
mock_redis
665666
multipart-parser
666-
mysql2 (~> 0.5.6)
667+
mysql2 (~> 0.5.7)
667668
net-ssh
668669
netaddr (>= 2.0.4)
669670
newrelic_rpm

0 commit comments

Comments
 (0)