Add seamless_database_pool gem

master
Yury Velikanau 2012-08-22 19:49:48 -07:00
parent 151c2f271f
commit 23a07371dd
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ group :test do
gem "mysql2", "~> 0.3.0"
gem "pg", "~> 0.9"
gem "sqlite3-ruby", "~> 1.3.1"
gem "seamless_database_pool", "~> 1.0.11"
end
platforms :jruby do

View File

@ -69,6 +69,8 @@ GEM
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
seamless_database_pool (1.0.11)
activerecord (>= 2.2.2)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
@ -93,4 +95,5 @@ DEPENDENCIES
ruby-debug (= 0.10.4)
ruby-debug-base (= 0.10.4)
ruby-debug19
seamless_database_pool (~> 1.0.11)
sqlite3-ruby (~> 1.3.1)