Update Gemfile.

This commit is contained in:
BoHung Chiu 2023-06-29 22:23:03 +08:00
parent 405f5aefbc
commit 6b844b05c5
1 changed files with 1 additions and 0 deletions

View File

@ -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'