Update Gemfile.

This commit is contained in:
BoHung Chiu 2022-06-12 13:21:12 +08:00
parent 6de2659b04
commit 1633729511
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if $0.to_s.scan('bundle').length==0
}
end
gem 'multipart-post', '2.1.1'
gem 'oauth2', '1.4.7'
if RUBY_VERSION.to_f <= 2.1
gem 'concurrent-ruby', '1.1.9'
gem 'signet', '0.11.0'