Skip to content
Open
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
36 changes: 17 additions & 19 deletions examples/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.3.1)
activesupport (= 6.0.3.1)
activesupport (6.0.3.1)
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
aes_key_wrap (1.0.1)
attr_required (1.0.1)
bindata (2.4.7)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.10)
httpclient (2.8.3)
i18n (1.8.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json-jwt (1.12.0)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.0.2)
minitest (5.14.1)
minitest (5.17.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
openid_connect (1.1.8)
openid_connect (1.4.0)
activemodel
attr_required (>= 1.0.0)
json-jwt (>= 1.5.0)
json-jwt (>= 1.15.0)
rack-oauth2 (>= 1.6.1)
swd (>= 1.0.0)
tzinfo
Expand All @@ -38,7 +38,7 @@ GEM
webfinger (>= 1.0.1)
public_suffix (4.0.3)
rack (2.2.2)
rack-oauth2 (1.14.0)
rack-oauth2 (1.21.3)
activesupport
attr_required
httpclient
Expand All @@ -53,14 +53,13 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
swd (1.2.0)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
Expand All @@ -70,7 +69,6 @@ GEM
webfinger (1.1.0)
activesupport
httpclient (>= 2.4)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down