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
45 changes: 23 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
airbrake (10.0.6)
airbrake-ruby (~> 4.13)
airbrake-ruby (4.15.0)
Expand All @@ -87,7 +87,7 @@ GEM
ffi-compiler (~> 1.0)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1134.0)
aws-partitions (1.1261.0)
aws-sdk (3.3.0)
aws-sdk-resources (~> 3)
aws-sdk-accessanalyzer (1.74.0)
Expand Down Expand Up @@ -410,11 +410,12 @@ GEM
aws-sdk-controltower (1.45.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.227.0)
aws-sdk-core (3.252.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-costandusagereportservice (1.75.0)
Expand Down Expand Up @@ -750,8 +751,8 @@ GEM
aws-sdk-kinesisvideowebrtcstorage (1.33.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.107.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sdk-kms (1.129.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-lakeformation (1.73.0)
aws-sdk-core (~> 3, >= 3.227.0)
Expand Down Expand Up @@ -1519,8 +1520,8 @@ GEM
aws-sdk-route53resolver (1.82.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.194.0)
aws-sdk-core (~> 3, >= 3.227.0)
aws-sdk-s3 (1.226.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-s3control (1.113.0)
Expand Down Expand Up @@ -1803,7 +1804,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.1)
date (3.5.1)
docile (1.4.1)
doorkeeper (5.8.2)
railties (>= 5)
Expand Down Expand Up @@ -1877,7 +1878,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.12.2)
jwt (3.1.2)
jwt (3.2.0)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -1946,7 +1947,7 @@ GEM
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
msgpack (1.8.0)
net-imap (0.5.9)
net-imap (0.5.15)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -1955,21 +1956,21 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.9)
nio4r (2.7.5)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-musl)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-musl)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
open4 (1.3.4)
parallel (1.27.0)
Expand All @@ -1979,10 +1980,10 @@ GEM
pg (1.5.9)
prism (1.4.0)
public_suffix (6.0.2)
puma (6.6.0)
puma (8.0.2)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.19)
rack (2.2.23)
rack-session (1.0.2)
rack (< 3)
rack-test (2.2.0)
Expand Down Expand Up @@ -2129,7 +2130,7 @@ GEM
thor (1.4.0)
tilt (2.6.1)
timecop (0.9.10)
timeout (0.4.3)
timeout (0.6.1)
twitter-bootstrap-rails (3.2.2)
actionpack (>= 3.1)
execjs (>= 2.2.2, >= 2.2)
Expand Down
Loading