From 2f8c80645e632ae004e9689be53d94e007414b8e Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:08:20 +0000 Subject: [PATCH] update httpclient --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1a91fdaa..d1141eec 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem "httpclient", "~> 2.7.1" +gem "httpclient", "~> 2.8.3" gem "simplecov", :require => false gem "net-smtp" if RUBY_VERSION >= "3.1.0"