Skip to content

Commit

Permalink
Revert to MySQL 0.4.5
Browse files Browse the repository at this point in the history
I'm seeing segfaults on 0.4.6 while playing with autoflag testing,
possibly related to brianmario/mysql2#842
  • Loading branch information
Undo1 committed May 14, 2017
1 parent 204c494 commit 1bb42a1
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 @@ -4,7 +4,7 @@ gem 'awesome_print'

gem 'aescrypt', '~> 2.0', '>= 2.0.2', github: 'Charcoal-SE/aescrypt'
gem 'devise', git: 'https://github.com/plataformatec/devise.git', branch: 'master'
gem "mysql2"
gem "mysql2", '0.4.5'
gem "puma"
gem 'will_paginate', github: "Undo1/will_paginate"
gem 'loofah'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.6)
mysql2 (0.4.5)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
net-scp (1.2.1)
Expand Down Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
jquery-rails
jwt
loofah
mysql2
mysql2 (= 0.4.5)
octokit (~> 4.0)
puma
rack-cors
Expand Down

0 comments on commit 1bb42a1

Please sign in to comment.