Add seamless_database_pool gem
This commit is contained in:
parent
151c2f271f
commit
23a07371dd
1
Gemfile
1
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue