Skip to content

Commit

Permalink
modify the gemspec to support ActiceSupport 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Dargavel authored and Mathieu Dargavel committed Apr 20, 2012
1 parent fce0197 commit ecc6fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.summary = 'ActiveSupport MongoDB Cache store.'
s.description = 'ActiveSupport MongoDB Cache store.'

s.add_dependency 'mongo', '~> 1.3.0'
s.add_dependency 'activesupport', '>= 3.0.0', '< 3.2.0'
s.add_dependency 'mongo', '>= 1.3.0'
s.add_dependency 'activesupport', '>= 3.0.0', '=< 3.2.1'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit ecc6fcd

Please sign in to comment.