Skip to content

Commit

Permalink
Support Rails 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rykov committed Dec 28, 2013
1 parent d159650 commit 659f87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pools.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "pools"
s.version = "0.1.4"
s.version = "0.1.5"
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Generalized connection pooling"
s.homepage = "http://github.com/rykov/pools"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = %w( README.md Rakefile LICENSE )
s.files += Dir.glob("lib/**/*")

s.add_dependency 'activesupport', '>= 3.0.0', '< 4.0'
s.add_dependency 'activesupport', '>= 3.0.0', '< 4.2'

s.description = <<DESCRIPTION
Generalized connection pooling
Expand Down

0 comments on commit 659f87a

Please sign in to comment.