Skip to content

Commit

Permalink
Remove restrictive handsoap and nokogiri requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DataDaoDe committed Dec 27, 2013
1 parent a9c9b5f commit a735bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jiraSOAP.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |s|
'docs/Examples.markdown'
]

s.add_runtime_dependency 'nokogiri', '~> 1.5.0'
s.add_runtime_dependency 'handsoap', '~> 1.2.0'
s.add_runtime_dependency 'nokogiri', '~> 1.5'
s.add_runtime_dependency 'handsoap', '~> 1.2'
# s.add_runtime_dependency 'httpclient', '~> 2.2.1'

s.add_development_dependency 'yard', '~> 0.7.2'
Expand Down

0 comments on commit a735bc4

Please sign in to comment.