diff --git a/Gemfile.lock b/Gemfile.lock index 7e0358a..178dd15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: ruby_api_pack_core (0.1.0) - httparty (~> 0.22.0) + httparty (>= 0.22, < 0.25) oj (~> 3.16) GEM @@ -13,7 +13,7 @@ GEM csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - httparty (0.22.0) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -21,8 +21,7 @@ GEM language_server-protocol (3.17.0.6) lint_roller (1.1.0) mini_mime (1.1.5) - multi_xml (0.9.1) - bigdecimal (>= 3.1, < 5) + multi_xml (0.6.0) oj (3.17.3) bigdecimal (>= 3.0) ostruct (>= 0.2) diff --git a/ruby_api_pack_core.gemspec b/ruby_api_pack_core.gemspec index 7c1a696..d58c42f 100644 --- a/ruby_api_pack_core.gemspec +++ b/ruby_api_pack_core.gemspec @@ -37,6 +37,6 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # Main Dependencies - spec.add_dependency 'httparty', '~> 0.22.0' + spec.add_dependency 'httparty', '>= 0.22', '< 0.25' spec.add_dependency 'oj', '~> 3.16' end