Update Gemfile.

This commit is contained in:
BoHung Chiu 2022-04-14 00:21:39 +08:00
parent 5059e3285c
commit 91911c10fd
1 changed files with 2 additions and 0 deletions

View File

@ -11,11 +11,13 @@ if RUBY_VERSION.to_f <= 2.1
gem 'signet', '0.11.0'
gem 'representable', '3.0.4'
gem 'webrick', '1.3.1'
gem 'httparty', '0.19.1'
else
gem 'concurrent-ruby'
gem 'signet'
gem 'representable'
gem 'webrick'
gem 'httparty'
end
#built in modules
eval(File.read(File.dirname(__FILE__) + '/built_in_extensions.rb'))