mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
typo
This commit is contained in:
parent
21e81da335
commit
2353e826b0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -35,7 +35,7 @@ platforms :ruby do
|
|||
group :db do
|
||||
gem "pg", ">= 0.9.0"
|
||||
gem "mysql", ">= 2.8.1"
|
||||
gem "mysql2", :path => 'git://github.com/brianmario/mysql2.git'
|
||||
gem "mysql2", :git => 'git://github.com/brianmario/mysql2.git'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue