summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2019-01-26 17:48:54 -0500
committerAlec Warner <antarus@gentoo.org>2019-01-26 17:48:54 -0500
commit0f581d36829db479863b2ca767ab4bcc026d71f5 (patch)
treefc22510c9d4f3fb18b2a672988427f9f6d5a0507 /Gemfile.lock
parentUpdate some gemfiles for mysql client update. (diff)
downloadglsamaker-0f581d36829db479863b2ca767ab4bcc026d71f5.tar.gz
glsamaker-0f581d36829db479863b2ca767ab4bcc026d71f5.tar.bz2
glsamaker-0f581d36829db479863b2ca767ab4bcc026d71f5.zip
We need the older version of mysql for some reason.2.1.14
Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9884ca0..da6aaeb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -108,7 +108,7 @@ GEM
minitest (>= 5.0)
ruby-progressbar
multi_json (1.13.1)
- mysql2 (0.5.2)
+ mysql2 (0.3.21)
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
@@ -212,7 +212,7 @@ DEPENDENCIES
kramdown
mechanize
minitest-reporters
- mysql2
+ mysql2 (~> 0.3.18)
nokogiri
prototype-rails!
rails (= 4.2.0)