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 | |
parent | c306e403fe3f74048488caac64b6c352e7ef5f3d (diff) | |
download | gitlab-ce-a922cb883522e2c213b29d784834bb167c06567a.tar.gz |
Update the mysql2 gem to v0.4.5
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', '~> 3.0.0' # Supported DBs -gem 'mysql2', '~> 0.3.16', group: :mysql +gem 'mysql2', '~> 0.4.5', group: :mysql gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.25.1.1' |