Skip to content

Commit

Permalink
Update mysql2 gem to version 0.4.8
Browse files Browse the repository at this point in the history
- fixes cloudfoundry#853 - mysql2 dependency is leaking file descriptors to /dev/null

[#149226769]
  • Loading branch information
tcdowney committed Aug 3, 2017
1 parent bedcc1e commit b96bb3a
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 @@ -48,7 +48,7 @@ gem 'cf-uaa-lib', '~> 3.11.0'
gem 'vcap-concurrency', git: 'https://github.com/cloudfoundry/vcap-concurrency.git', ref: '2a5b0179'

group :db do
gem 'mysql2', '0.4.5'
gem 'mysql2', '0.4.8'
gem 'pg', '0.19.0'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ GEM
multi_json (1.12.1)
multipart-post (2.0.0)
mustache (0.99.8)
mysql2 (0.4.5)
mysql2 (0.4.8)
nats (0.5.0)
daemons (~> 1.1, >= 1.2.2)
eventmachine (~> 1.0, >= 1.0.7)
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
membrane (~> 1.0)
mime-types (~> 2.6.2)
multi_json
mysql2 (= 0.4.5)
mysql2 (= 0.4.8)
net-ssh
netaddr
newrelic_rpm (>= 3.12)
Expand Down

0 comments on commit b96bb3a

Please sign in to comment.