Travis is saying that it wants sqlite3, pg and mysql2 gems.

This commit is contained in:
Philip Arndt 2011-09-02 12:50:56 +12:00
parent 33967b1649
commit 97ad55cbf0

7
Gemfile Normal file
View file

@ -0,0 +1,7 @@
source 'http://rubygems.org'
group :development, :test do
gem 'sqlite3'
gem 'mysql2'
gem 'pg'
end