Skip to content
Merged
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
38 changes: 22 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,20 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.9)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
aes_key_wrap (1.1.0)
amoeba (3.3.0)
activerecord (>= 5.2.0)
anonymous_loader (0.1.1)
version_gem (~> 1.1, >= 1.1.12)
ast (2.4.3)
attr_required (1.0.2)
audited (5.8.0)
activerecord (>= 5.2, < 8.2)
activesupport (>= 5.2, < 8.2)
auth-sanitizer (0.2.2)
version_gem (~> 1.1, >= 1.1.10)
base64 (0.3.0)
bcrypt (3.1.22)
benchmark (0.5.0)
Expand Down Expand Up @@ -168,7 +172,7 @@ GEM
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
date (3.5.1)
devise (5.0.3)
devise (5.0.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 7.0)
Expand All @@ -184,7 +188,7 @@ GEM
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.2)
erb (6.0.4)
erubi (1.13.1)
factory_bot (6.5.6)
activesupport (>= 6.1.0)
Expand Down Expand Up @@ -294,7 +298,7 @@ GEM
aes_key_wrap
bindata
httpclient
jwt (3.1.2)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
launchy (3.1.1)
Expand Down Expand Up @@ -348,7 +352,7 @@ GEM
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.3.0)
net-imap (0.6.3)
net-imap (0.6.4.1)
date
net-protocol
net-ldap (0.20.0)
Expand All @@ -365,27 +369,29 @@ GEM
net-ssh (7.3.0)
netrc (0.11.0)
nio4r (2.7.5)
nokogiri (1.19.2)
nokogiri (1.19.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.19.2-aarch64-linux-gnu)
nokogiri (1.19.4-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-arm64-darwin)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-musl)
nokogiri (1.19.4-x86_64-linux-musl)
racc (~> 1.4)
nokogiri-happymapper (0.10.0)
nokogiri (~> 1.5)
oauth2 (2.0.18)
oauth2 (2.0.24)
anonymous_loader (~> 0.1, >= 0.1.1)
auth-sanitizer (~> 0.2, >= 0.2.2)
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, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
snaky_hash (~> 2.0, >= 2.0.6)
version_gem (~> 1.1, >= 1.1.12)
oj (3.16.16)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
Expand Down Expand Up @@ -459,7 +465,7 @@ GEM
date
stringio
public_suffix (7.0.2)
puma (7.2.0)
puma (7.2.1)
nio4r (~> 2.0)
pyu-ruby-sasl (0.0.3.3)
racc (1.8.1)
Expand Down Expand Up @@ -628,7 +634,7 @@ GEM
hashie
websocket-driver
slack_block_kit (0.3.3)
snaky_hash (2.0.3)
snaky_hash (2.0.6)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
sslshake (1.3.1)
Expand Down Expand Up @@ -691,7 +697,7 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
version_gem (1.1.9)
version_gem (1.1.12)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand Down
Loading