Skip to content

Commit

Permalink
UNIX-7336 - pin MySQL2 gem until VM client install fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marquis committed May 26, 2020
1 parent a6044b1 commit 10e64f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ gem 'rspec'
gem 'geo_combine'

# server deployments use mysql backend db
gem 'mysql2'
# UNIX-7336 - Inconsistent MySQL Client Versions
gem 'mysql2', '0.5.2'

# To fetch Columbia directory information
gem 'net-ldap'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.1)
multipart-post (2.1.1)
mysql2 (0.5.3)
mysql2 (0.5.2)
net-http-persistent (2.9.4)
net-ldap (0.16.2)
net-scp (3.0.0)
Expand Down Expand Up @@ -387,7 +387,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
listen
mysql2
mysql2 (= 0.5.2)
net-ldap
net-ssh
rails (~> 5.0)
Expand Down

0 comments on commit 10e64f6

Please sign in to comment.