Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,14 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
clerk-sdk-ruby (3.3.0)
concurrent-ruby (~> 1.1)
faraday (>= 1.4.1, < 3.0)
jwt (~> 2.5)
concurrent-ruby (1.3.5)
clerk-sdk-ruby (5.1.1)
base64 (>= 0.2.0, < 1.0)
concurrent-ruby (~> 1.3.5)
faraday (>= 2.14.1)
faraday-multipart (~> 1.2.0)
faraday-retry (~> 2.4.0)
jwt (~> 3.0)
concurrent-ruby (1.3.6)
connection_pool (2.5.3)
console (1.29.3)
fiber-annotation
Expand Down Expand Up @@ -206,12 +209,16 @@ GEM
protocol-http (~> 0.31)
protocol-rack (~> 0.7)
samovar (~> 2.3)
faraday (2.12.2)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
ferrum (0.15)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
Expand Down Expand Up @@ -247,8 +254,8 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.10.2)
jwt (2.10.1)
json (2.18.1)
jwt (3.1.2)
base64
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
Expand Down Expand Up @@ -288,9 +295,10 @@ GEM
fugit (~> 1.0)
rails (>= 5.2)
msgpack (1.8.0)
multipart-post (2.4.1)
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.5.9)
date
net-protocol
Expand Down Expand Up @@ -485,7 +493,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.1.1)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down
Loading