File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 114
114
115
115
gem 'rollbar'
116
116
gem 'skylight'
117
+
118
+ gem "carrierwave-aws" , "~> 1.6"
Original file line number Diff line number Diff line change 83
83
ast (2.4.2 )
84
84
autoprefixer-rails (10.4.16.0 )
85
85
execjs (~> 2 )
86
+ aws-eventstream (1.4.0 )
87
+ aws-partitions (1.1137.0 )
88
+ aws-sdk-core (3.227.0 )
89
+ aws-eventstream (~> 1 , >= 1.3.0 )
90
+ aws-partitions (~> 1 , >= 1.992.0 )
91
+ aws-sigv4 (~> 1.9 )
92
+ base64
93
+ jmespath (~> 1 , >= 1.6.1 )
94
+ logger
95
+ aws-sdk-kms (1.108.0 )
96
+ aws-sdk-core (~> 3 , >= 3.227.0 )
97
+ aws-sigv4 (~> 1.5 )
98
+ aws-sdk-s3 (1.194.0 )
99
+ aws-sdk-core (~> 3 , >= 3.227.0 )
100
+ aws-sdk-kms (~> 1 )
101
+ aws-sigv4 (~> 1.5 )
102
+ aws-sigv4 (1.12.1 )
103
+ aws-eventstream (~> 1 , >= 1.0.2 )
86
104
base64 (0.2.0 )
87
105
better_errors (2.10.1 )
88
106
erubi (>= 1.0.0 )
117
135
image_processing (~> 1.1 )
118
136
marcel (~> 1.0.0 )
119
137
ssrf_filter (~> 1.0 )
138
+ carrierwave-aws (1.6.0 )
139
+ aws-sdk-s3 (~> 1.0 )
140
+ carrierwave (>= 2.0 , < 4 )
120
141
childprocess (5.1.0 )
121
142
logger (~> 1.5 )
122
143
chosen-rails (1.10.0 )
198
219
jbuilder (2.12.0 )
199
220
actionview (>= 5.0.0 )
200
221
activesupport (>= 5.0.0 )
222
+ jmespath (1.6.2 )
201
223
jquery-rails (4.6.0 )
202
224
rails-dom-testing (>= 1 , < 3 )
203
225
railties (>= 4.2.0 )
@@ -503,6 +525,7 @@ DEPENDENCIES
503
525
bullet
504
526
capybara
505
527
carrierwave
528
+ carrierwave-aws (~> 1.6 )
506
529
carrierwave-ftp !
507
530
chosen-rails
508
531
cocoon
You can’t perform that action at this time.
0 commit comments