Skip to content

Commit

Permalink
Upgraded for rails 4 - change range
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts1978 committed Feb 11, 2016
1 parent cb6ec9c commit e6dd01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ "README.md" ]

s.add_runtime_dependency('savon', ["0.9.9"])
s.add_runtime_dependency('activesupport', [">= 4.0.0", "< 5.0.0"])
s.add_runtime_dependency('activemodel', [">= 4.0.0", "< 5.0.0"])
s.add_runtime_dependency('activesupport', [">= 3.0.0", "< 5.0.0"])
s.add_runtime_dependency('activemodel', [">= 3.0.0", "< 5.0.0"])
s.add_runtime_dependency('httpi', ["0.9.7"])
s.add_runtime_dependency('libxml4r', ['~> 0.2.6'])

Expand Down

0 comments on commit e6dd01f

Please sign in to comment.