Fix gem version.

This commit is contained in:
BoHung Chiu 2022-09-02 19:01:22 +08:00
parent 2b88b6d34f
commit f7e4abe2a7
1 changed files with 2 additions and 0 deletions

View File

@ -25,12 +25,14 @@ end
gem 'multipart-post', '2.1.1'
gem 'oauth2', '1.4.7'
if RUBY_VERSION.to_f <= 2.1
gem 'addressable', '2.8.0'
gem 'concurrent-ruby', '1.1.9'
gem 'signet', '0.11.0'
gem 'representable', '3.0.4'
gem 'webrick', '1.3.1'
gem 'httparty', '0.19.1'
else
gem 'addressable'
gem 'concurrent-ruby'
gem 'signet'
gem 'representable'