diff --git a/easybill-api.gemspec b/easybill-api.gemspec index e84633d..0b1c606 100644 --- a/easybill-api.gemspec +++ b/easybill-api.gemspec @@ -26,6 +26,6 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.required_ruby_version = '>= 3.3' - spec.add_runtime_dependency 'httparty', '>= 0.16.3', '< 0.19.0' + spec.add_runtime_dependency 'httparty', '>= 0.16.3', '< 0.25.0' spec.metadata['rubygems_mfa_required'] = 'true' end