diff --git a/Gemfile.lock b/Gemfile.lock index beecc96..42b8cbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH op5util (0.1.8) colorize (= 0.8.1) gli (= 2.16.1) - httparty (= 0.15.5) + httparty (= 0.21.0) terminal-table (= 1.8.0) GEM @@ -13,8 +13,10 @@ GEM awesome_print (1.7.0) colorize (0.8.1) gli (2.16.1) - httparty (0.15.5) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) + mini_mime (1.1.2) multi_xml (0.6.0) power_assert (0.2.6) rake (13.0.1) diff --git a/op5util.gemspec b/op5util.gemspec index ce91935..5ae9923 100644 --- a/op5util.gemspec +++ b/op5util.gemspec @@ -22,6 +22,6 @@ spec = Gem::Specification.new do |s| s.add_development_dependency 'test-unit', '~> 0' s.add_runtime_dependency('colorize', '0.8.1') s.add_runtime_dependency('gli', '2.16.1') - s.add_runtime_dependency('httparty', '0.15.5') + s.add_runtime_dependency('httparty', '0.21.0') s.add_runtime_dependency('terminal-table', '1.8.0') end