diff --git a/Gemfile.lock b/Gemfile.lock index 18de8384..86ca014b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.30.1) + workos (5.31.0) encryptor (~> 3.0) jwt (~> 2.8) @@ -20,7 +20,7 @@ GEM encryptor (3.0.0) hashdiff (1.1.0) json (2.9.1) - jwt (2.10.1) + jwt (2.10.2) base64 language_server-protocol (3.17.0.3) parallel (1.26.3) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index a1d193d7..9cb92759 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.30.1' + VERSION = '5.31.0' end