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
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ GEM
public_suffix (>= 2.0.2, < 8.0)
amazing_print (2.0.0)
ast (2.4.3)
auth-sanitizer (0.1.2)
version_gem (~> 1.1, >= 1.1.9)
aws-eventstream (1.4.0)
aws-partitions (1.1202.0)
aws-sdk-core (3.241.3)
Expand Down Expand Up @@ -253,7 +255,8 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.19.5)
jwt (2.7.1)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
launchy (3.1.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -311,13 +314,15 @@ GEM
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
oauth2 (2.0.19)
auth-sanitizer (~> 0.1)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
Expand Down Expand Up @@ -541,9 +546,9 @@ GEM
sitemap_generator (7.0.1)
builder (~> 3.0)
slop (3.6.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
snaky_hash (2.0.4)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand Down Expand Up @@ -578,7 +583,7 @@ GEM
uniform_notifier (1.18.0)
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.3)
version_gem (1.1.9)
view_component (4.9.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
Expand Down