diff --git a/Gemfile b/Gemfile index 4b7e6ec..8d37800 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'activesupport', '~> 6.1.3' gem 'rubyntlm', '~> 0.6.3' -gem "httpi", '~> 2.4' +gem "httpi", '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index 9992a8c..2c3b71d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 2.0) zeitwerk (~> 2.3) concurrent-ruby (1.1.8) - httpi (2.4.5) + httpi (2.5.0) rack socksify i18n (1.8.10) @@ -27,7 +27,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.1.3) - httpi (~> 2.4) + httpi (~> 2.5) rubyntlm (~> 0.6.3) BUNDLED WITH