We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8e6a5 commit 7b22b63Copy full SHA for 7b22b63
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- workos (5.10.0)
+ workos (5.11.0)
5
encryptor (~> 3.0)
6
jwt (~> 2.8)
7
@@ -19,7 +19,7 @@ GEM
19
diff-lcs (1.5.1)
20
encryptor (3.0.0)
21
hashdiff (1.1.0)
22
- jwt (2.8.2)
+ jwt (2.10.1)
23
base64
24
parallel (1.24.0)
25
parser (3.3.0.5)
lib/workos/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WorkOS
- VERSION = '5.10.0'
+ VERSION = '5.11.0'
end
0 commit comments