Skip to content

Commit

Permalink
Update connection_pool to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crb3ll committed Jan 20, 2015
1 parent f27dd35 commit b4aba24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -5,16 +5,16 @@ PATH
activemodel (~> 3.1)
activesupport (~> 3.1)
cassandra-cql (~> 1.0)
connection_pool (~> 0.9.2)
connection_pool (~> 2.0.0)
i18n

GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.18)
activesupport (= 3.2.18)
activemodel (3.2.21)
activesupport (= 3.2.21)
builder (~> 3.0.0)
activesupport (3.2.18)
activesupport (3.2.21)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
builder (3.0.3)
Expand All @@ -25,15 +25,15 @@ GEM
simple_uuid (>= 0.2.0)
thrift_client (>= 0.7.1, < 0.9)
columnize (0.8.9)
connection_pool (0.9.3)
connection_pool (2.0.0)
debugger-linecache (1.2.0)
diff-lcs (1.1.3)
geminabox (0.7.0)
builder
httpclient
sinatra
httpclient (2.2.7)
i18n (0.6.9)
i18n (0.7.0)
multi_json (1.10.1)
rack (1.4.1)
rack-protection (1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion cequel.gemspec
Expand Up @@ -22,7 +22,7 @@ DESC
s.add_runtime_dependency 'activesupport', '~> 3.1'
s.add_runtime_dependency 'activemodel', '~> 3.1'
s.add_runtime_dependency 'cassandra-cql', '~> 1.0'
s.add_runtime_dependency 'connection_pool', '~> 0.9.2'
s.add_runtime_dependency 'connection_pool', '~> 2.0.0'
s.add_runtime_dependency 'i18n'
s.add_development_dependency 'rspec', '~> 2.0'
s.add_development_dependency 'yard', '~> 0.6'
Expand Down

0 comments on commit b4aba24

Please sign in to comment.