diff --git a/Gemfile.lock b/Gemfile.lock index a5fea4a..b6cec36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zoom_rb (1.1.11) + zoom_rb (1.2.0) httparty (>= 0.13) json (>= 1.8) jwt @@ -17,11 +17,14 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.2.2) crack (0.4.5) rexml + csv (3.3.0) diff-lcs (1.5.0) docile (1.4.0) hashdiff (1.0.1) @@ -30,17 +33,20 @@ GEM rubocop-performance (>= 1.3.0) rubocop-rails (>= 2.0.0) rubocop-rspec (>= 1.33.0) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.3) - jwt (2.7.1) + jwt (2.8.1) + base64 method_source (1.0.0) mini_mime (1.1.5) minitest (5.18.0) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1) diff --git a/lib/zoom/version.rb b/lib/zoom/version.rb index eeeec4e..86c54b4 100644 --- a/lib/zoom/version.rb +++ b/lib/zoom/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zoom - VERSION = '1.1.11' + VERSION = '1.2.0' end