Bump mysql2 version

Skip 0.4.8 and 0.4.9, which had
[Compilation failures against MariaDB Connector/C 3.0.2](https://github.com/brianmario/mysql2/releases/tag/0.4.10).
This commit is contained in:
utilum 2018-02-15 19:12:58 +01:00
parent 4865f6b589
commit ea06d2d5b4
2 changed files with 5 additions and 5 deletions

View File

@ -131,7 +131,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
group :db do
gem "pg", ">= 0.18.0"
gem "mysql2", ">= 0.4.4"
gem "mysql2", ">= 0.4.10"
end
end

View File

@ -322,9 +322,9 @@ GEM
multipart-post (2.0.0)
mustache (1.0.5)
mustermann (1.0.0)
mysql2 (0.4.9)
mysql2 (0.4.9-x64-mingw32)
mysql2 (0.4.9-x86-mingw32)
mysql2 (0.4.10)
mysql2 (0.4.10-x64-mingw32)
mysql2 (0.4.10-x86-mingw32)
nio4r (2.2.0)
nio4r (2.2.0-java)
nokogiri (1.8.1)
@ -531,7 +531,7 @@ DEPENDENCIES
mini_magick
minitest-bisect
mocha
mysql2 (>= 0.4.4)
mysql2 (>= 0.4.10)
nokogiri (>= 1.8.1)
pg (>= 0.18.0)
psych (~> 2.0)