diff --git a/Gemfile.lock b/Gemfile.lock index 051a55d7..12ff3ecf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zoom_rb (1.1.3) + zoom_rb (1.1.4) httparty (>= 0.13) json (>= 1.8) jwt @@ -35,8 +35,8 @@ GEM multi_xml (>= 0.5.2) i18n (1.10.0) concurrent-ruby (~> 1.0) - json (2.6.1) - jwt (2.3.0) + json (2.6.2) + jwt (2.4.1) method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) diff --git a/lib/zoom/version.rb b/lib/zoom/version.rb index 00b1c119..24b8b6c7 100644 --- a/lib/zoom/version.rb +++ b/lib/zoom/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zoom - VERSION = '1.1.3' + VERSION = '1.1.4' end