Use mysql2 from git to fix warnings with Ruby 2.7

Closes #40272.
This commit is contained in:
Rafael Mendonça França 2020-09-22 19:40:47 +00:00
parent 48b70433a2
commit 5ec51b9577
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
2 changed files with 8 additions and 5 deletions

View File

@ -130,7 +130,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
group :db do
gem "pg", "~> 1.1"
gem "mysql2", "~> 0.5"
gem "mysql2", "~> 0.5", github: "brianmario/mysql2"
end
end

View File

@ -5,6 +5,12 @@ GIT
queue_classic (4.0.0.pre.alpha1)
pg (>= 0.17, < 2.0)
GIT
remote: https://github.com/brianmario/mysql2.git
revision: e2503dc6e8ad02f8c2f4fc71006f9840694e319c
specs:
mysql2 (0.5.3)
GIT
remote: https://github.com/matthewd/websocket-client-simple.git
revision: e161305f1a466b9398d86df3b1731b03362da91b
@ -333,9 +339,6 @@ GEM
multipart-post (2.1.1)
mustache (1.1.1)
mustermann (1.0.3)
mysql2 (0.5.3)
mysql2 (0.5.3-x64-mingw32)
mysql2 (0.5.3-x86-mingw32)
nio4r (2.5.2)
nio4r (2.5.2-java)
nokogiri (1.10.10)
@ -574,7 +577,7 @@ DEPENDENCIES
minitest-bisect
minitest-reporters
minitest-retry
mysql2 (~> 0.5)
mysql2 (~> 0.5)!
nokogiri (>= 1.8.1)
pg (~> 1.1)
psych (~> 3.0)