Skip to content

Commit 5d9a9b9

Browse files
committed
fix storage config
1 parent e7e673f commit 5d9a9b9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
3434
gem 'memoist'
3535
gem 'dry-initializer'
3636
gem 'pg'
37+
gem 'aws-sdk-s3', require: false
3738

3839
group :development, :test do
3940
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

Gemfile.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,22 @@ GEM
6363
addressable (2.8.0)
6464
public_suffix (>= 2.0.2, < 5.0)
6565
ast (2.4.2)
66+
aws-eventstream (1.2.0)
67+
aws-partitions (1.838.0)
68+
aws-sdk-core (3.185.1)
69+
aws-eventstream (~> 1, >= 1.0.2)
70+
aws-partitions (~> 1, >= 1.651.0)
71+
aws-sigv4 (~> 1.5)
72+
jmespath (~> 1, >= 1.6.1)
73+
aws-sdk-kms (1.72.0)
74+
aws-sdk-core (~> 3, >= 3.184.0)
75+
aws-sigv4 (~> 1.1)
76+
aws-sdk-s3 (1.136.0)
77+
aws-sdk-core (~> 3, >= 3.181.0)
78+
aws-sdk-kms (~> 1)
79+
aws-sigv4 (~> 1.6)
80+
aws-sigv4 (1.6.0)
81+
aws-eventstream (~> 1, >= 1.0.2)
6682
base64 (0.1.1)
6783
bcrypt (3.1.16)
6884
bindex (0.8.1)
@@ -121,6 +137,7 @@ GEM
121137
concurrent-ruby (~> 1.0)
122138
jbuilder (2.11.2)
123139
activesupport (>= 5.0.0)
140+
jmespath (1.6.2)
124141
json (2.6.3)
125142
jwt (2.7.1)
126143
language_server-protocol (3.17.0.3)
@@ -335,6 +352,7 @@ PLATFORMS
335352
ruby
336353

337354
DEPENDENCIES
355+
aws-sdk-s3
338356
bootsnap (>= 1.4.2)
339357
bulma-rails (~> 0.9.2)
340358
byebug

0 commit comments

Comments
 (0)