Skip to content

Commit ac3ace5

Browse files
Copilotanimesh-garg
andcommitted
Patch vulnerable httparty dependency to >=0.24.0
Co-authored-by: animesh-garg <1613964+animesh-garg@users.noreply.github.com>
1 parent 4c68e0e commit ac3ace5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
group :other_plugins do
3030
gem 'css_parser'
3131
gem 'feedjira'
32-
gem 'httparty'
32+
gem 'httparty', '>= 0.24.0'
3333
gem 'observer' # used by jekyll-scholar
3434
gem 'ostruct' # used by jekyll-twitter-plugin
3535
# gem 'terser' # used by jekyll-terser

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GEM
111111
nokogiri (>= 1.4)
112112
htmlcompressor (0.4.0)
113113
http_parser.rb (0.8.0)
114-
httparty (0.23.1)
114+
httparty (0.24.2)
115115
csv
116116
mini_mime (>= 1.0.0)
117117
multi_xml (>= 0.5.2)

0 commit comments

Comments
 (0)