update 3.0 gemfile

This commit is contained in:
Ben Li 2014-11-03 16:51:37 +11:00
parent 44972bea3d
commit 622b6c8d48
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ group :development, :test do
# To do proper transactional testing with ActiveSupport::TestCase on MySQL
gem 'database_cleaner', '~> 1.2.0'
# Allow time travel in testing
gem 'timecop'
platforms :ruby do
gem 'sqlite3', '~> 1.2'
gem 'mysql2', '~> 0.3'