From 23a07371dd905012904d251ca2664c5dcb84f5b3 Mon Sep 17 00:00:00 2001 From: Yury Velikanau Date: Wed, 22 Aug 2012 19:49:48 -0700 Subject: [PATCH] Add seamless_database_pool gem --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index ba8bc55..cc46482 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 84d14f4..1c44b0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)