mirror of https://github.com/rails/rails
Bump mysql2 to fix build error with mysql-client 8.3
https://github.com/brianmario/mysql2/issues/1346 https://github.com/brianmario/mysql2/releases/tag/0.5.6
This commit is contained in:
parent
8e46af8c93
commit
6978cda75c
|
@ -347,7 +347,7 @@ GEM
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.3.0)
|
multipart-post (2.3.0)
|
||||||
mysql2 (0.5.5)
|
mysql2 (0.5.6)
|
||||||
net-http-persistent (4.0.2)
|
net-http-persistent (4.0.2)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
net-imap (0.4.9)
|
net-imap (0.4.9)
|
||||||
|
|
Loading…
Reference in New Issue