diff options
author | Nick Thomas <nick@gitlab.com> | 2017-07-14 04:17:03 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-07-14 04:17:03 +0100 |
commit | a922cb883522e2c213b29d784834bb167c06567a (patch) | |
tree | 227f60325df2218ad0da6dfe012ad6ce347c1e46 /Gemfile.lock | |
parent | c306e403fe3f74048488caac64b6c352e7ef5f3d (diff) | |
download | gitlab-ce-a922cb883522e2c213b29d784834bb167c06567a.tar.gz |
Update the mysql2 gem to v0.4.5
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c27c06e9c34..41ef1e9d456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM tool (~> 0.2) mustermann-grape (0.4.0) mustermann (= 0.4.0) - mysql2 (0.3.20) + mysql2 (0.4.5) net-ldap (0.12.1) netrc (0.11.0) nokogiri (1.6.8.1) @@ -1011,7 +1011,7 @@ DEPENDENCIES method_source (~> 0.8) minitest (~> 5.7.0) mousetrap-rails (~> 1.4.6) - mysql2 (~> 0.3.16) + mysql2 (~> 0.4.5) nokogiri (~> 1.6.7, >= 1.6.7.2) oauth2 (~> 1.4) octokit (~> 4.6.2) |