mirror of https://github.com/rails/rails
parent
48b70433a2
commit
5ec51b9577
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue