Skip to content

Commit

Permalink
Updating necessary savon version (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdicken-stripe authored Nov 16, 2021
1 parent 7264a51 commit e0b9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsuite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = NetSuite::VERSION

gem.add_dependency 'savon', '>= 2.3.0', '<= 2.11.1'
gem.add_dependency 'savon', '>= 2.3.0'

gem.add_development_dependency 'rspec', '~> 3.10.0'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit e0b9f45

Please sign in to comment.