Skip to content

Commit

Permalink
Locking savon to < 2.13 to prevent an error making queries (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
avanrielly authored Aug 22, 2022
1 parent 9fd1080 commit 76f4aba
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.metadata['mailing_list_uri'] = 'http://opensuite-slackin.herokuapp.com'
gem.metadata['rubygems_mfa_required'] = 'true'

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

gem.add_development_dependency 'rspec', '~> 3.11.0'
gem.add_development_dependency 'rake', '~> 12.3.3'
Expand Down

0 comments on commit 76f4aba

Please sign in to comment.