mirror of https://github.com/rails/rails
Use mysql2 0.5.4
This commit is contained in:
parent
8bc187dbcc
commit
d7ac149f5f
2
Gemfile
2
Gemfile
|
@ -140,7 +140,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
|
||||||
|
|
||||||
group :db do
|
group :db do
|
||||||
gem "pg", "~> 1.3"
|
gem "pg", "~> 1.3"
|
||||||
gem "mysql2", "~> 0.5", github: "brianmario/mysql2"
|
gem "mysql2", "~> 0.5"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/brianmario/mysql2.git
|
|
||||||
revision: 25c42c712118b046eb9df7a0f50ffde1a04ee6d1
|
|
||||||
specs:
|
|
||||||
mysql2 (0.5.3)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/matthewd/websocket-client-simple.git
|
remote: https://github.com/matthewd/websocket-client-simple.git
|
||||||
revision: e161305f1a466b9398d86df3b1731b03362da91b
|
revision: e161305f1a466b9398d86df3b1731b03362da91b
|
||||||
|
@ -344,6 +338,7 @@ GEM
|
||||||
mustache (1.1.1)
|
mustache (1.1.1)
|
||||||
mustermann (1.1.1)
|
mustermann (1.1.1)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
|
mysql2 (0.5.4)
|
||||||
net-http-persistent (4.0.1)
|
net-http-persistent (4.0.1)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
net-imap (0.2.2)
|
net-imap (0.2.2)
|
||||||
|
@ -594,7 +589,7 @@ DEPENDENCIES
|
||||||
minitest-bisect
|
minitest-bisect
|
||||||
minitest-ci
|
minitest-ci
|
||||||
minitest-retry
|
minitest-retry
|
||||||
mysql2 (~> 0.5)!
|
mysql2 (~> 0.5)
|
||||||
nokogiri (>= 1.8.1, != 1.11.0)
|
nokogiri (>= 1.8.1, != 1.11.0)
|
||||||
pg (~> 1.3)
|
pg (~> 1.3)
|
||||||
propshaft (>= 0.1.7)
|
propshaft (>= 0.1.7)
|
||||||
|
|
Loading…
Reference in New Issue