Travis is saying that it wants sqlite3, pg and mysql2 gems.
This commit is contained in:
parent
33967b1649
commit
97ad55cbf0
1 changed files with 7 additions and 0 deletions
7
Gemfile
Normal file
7
Gemfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
group :development, :test do
|
||||
gem 'sqlite3'
|
||||
gem 'mysql2'
|
||||
gem 'pg'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue