File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ gem "honeybadger" # Error monitoring and uptime reporting [https://www.honeybadg
47
47
gem "litestream" # Standalone streaming replication for SQLite [https://litestream.io]
48
48
gem "web-push" # Web Push library for Ruby [https://github.com/pushpad/web-push]
49
49
gem "fog-aws" , require : false # Module for the 'fog' gem to support Amazon Web Services [https://github.com/fog/fog-aws]
50
+ gem "aws-sdk-s3" # Official AWS Ruby gem for Amazon S3 [https://github.com/aws/aws-sdk-ruby]
50
51
51
52
# Admin
52
53
gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]
Original file line number Diff line number Diff line change 83
83
addressable (2.8.7 )
84
84
public_suffix (>= 2.0.2 , < 7.0 )
85
85
ast (2.4.2 )
86
+ aws-eventstream (1.3.0 )
87
+ aws-partitions (1.970.0 )
88
+ aws-sdk-core (3.202.2 )
89
+ aws-eventstream (~> 1 , >= 1.3.0 )
90
+ aws-partitions (~> 1 , >= 1.651.0 )
91
+ aws-sigv4 (~> 1.9 )
92
+ jmespath (~> 1 , >= 1.6.1 )
93
+ aws-sdk-kms (1.88.0 )
94
+ aws-sdk-core (~> 3 , >= 3.201.0 )
95
+ aws-sigv4 (~> 1.5 )
96
+ aws-sdk-s3 (1.159.0 )
97
+ aws-sdk-core (~> 3 , >= 3.201.0 )
98
+ aws-sdk-kms (~> 1 )
99
+ aws-sigv4 (~> 1.5 )
100
+ aws-sigv4 (1.9.1 )
101
+ aws-eventstream (~> 1 , >= 1.0.2 )
86
102
base64 (0.2.0 )
87
103
bcrypt (3.1.20 )
88
104
better_html (2.1.1 )
249
265
irb (1.14.0 )
250
266
rdoc (>= 4.0.0 )
251
267
reline (>= 0.4.2 )
268
+ jmespath (1.6.2 )
252
269
js (2.6.2 )
253
270
json (2.7.2 )
254
271
jwt (2.8.2 )
@@ -557,6 +574,7 @@ PLATFORMS
557
574
DEPENDENCIES
558
575
activerecord-enhancedsqlite3-adapter
559
576
activerecord-nulldb-adapter
577
+ aws-sdk-s3
560
578
bcrypt (~> 3.1.7 )
561
579
bootsnap
562
580
brakeman
You can’t perform that action at this time.
0 commit comments