Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line numberDiff line numberDiff line change
Expand Up@@ -104,7 +104,7 @@ gem "pg", "~> 1.6"

gem "litestream", "~> 0.14.0"

gem "aws-sdk-s3", "~> 1.199", require: false
gem "aws-sdk-s3", "~> 1.201", require: false

gem "postmark-rails", "~> 0.22.1"

Expand Down
31 changes: 23 additions & 8 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -80,29 +80,30 @@ GEM
activerecord (>= 3.2)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1166.0)
aws-sdk-core (3.233.0)
aws-partitions (1.1177.0)
aws-sdk-core (3.235.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-kms (1.113.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-kms (1.115.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.199.1)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-s3 (1.201.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand DownExpand Up@@ -149,6 +150,7 @@ GEM
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
Expand DownExpand Up@@ -216,6 +218,13 @@ GEM
activesupport (>= 7.0)
railties (>= 7.0)
sqlite3
litestream (0.14.0-x86_64-linux)
actionpack (>= 7.0)
actionview (>= 7.0)
activejob (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
sqlite3
logger (1.7.0)
loofah (2.24.1)
crass (~> 1.0.2)
Expand DownExpand Up@@ -261,6 +270,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.12)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
Expand DownExpand Up@@ -293,6 +304,7 @@ GEM
pastel (0.8.0)
tty-color (~> 0.5)
pg (1.6.2-arm64-darwin)
pg (1.6.2-x86_64-linux)
phlex (2.3.1)
zeitwerk (~> 2.7)
phlex-rails (2.3.1)
Expand DownExpand Up@@ -507,6 +519,7 @@ GEM
railties (>= 7.1)
thor (>= 1.3.1)
sqlite3 (2.7.3-arm64-darwin)
sqlite3 (2.7.3-x86_64-linux-gnu)
sshkit (1.24.0)
base64
logger
Expand All@@ -533,6 +546,7 @@ GEM
sin_lru_redux (~> 2.5)
thor (1.4.0)
thruster (0.1.15-arm64-darwin)
thruster (0.1.15-x86_64-linux)
tilt (2.6.1)
timeout (0.4.3)
tsort (0.2.0)
Expand DownExpand Up@@ -574,10 +588,11 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
annotated (~> 0.1.1)
aws-sdk-s3 (~> 1.199)
aws-sdk-s3 (~> 1.201)
bcrypt (~> 3.1)
bootsnap
brakeman
Expand Down