From 6b844b05c56aeca03725713599bfc854ac92c475 Mon Sep 17 00:00:00 2001 From: BoHung Chiu Date: Thu, 29 Jun 2023 22:23:03 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 87788f4..581b7bb 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -33,6 +33,7 @@ if RUBY_VERSION.to_f <= 2.1 gem 'webrick', '1.3.1' gem 'httparty', '0.19.1' else + gem 'loofah', '~>2.19.1' gem 'addressable' gem 'concurrent-ruby' gem 'signet'