File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66ruby '3.4.4'
77
88gem 'active_storage_validations' , '~> 1.0' # Active Storage gems for validating attachments https://github.com/igorkasyanchuk/active_storage_validations
9- gem 'aws-sdk-s3' , '~> 1.119 ' , require : false # Official AWS Ruby gem for Amazon S3
9+ gem 'aws-sdk-s3' , '~> 1.208 ' , require : false # Official AWS Ruby gem for Amazon S3
1010gem 'bootsnap' , require : false # Reduces boot times through caching; required in config/boot.rb
1111gem 'cancancan' , '~> 3.4' # Authorization library which restricts what resources a given user is allowed to access
1212gem 'cssbundling-rails' # Bundle and process CSS [https://github.com/rails/cssbundling-rails]
Original file line number Diff line number Diff line change 8989 activerecord (>= 5.2 , < 8.2 )
9090 activesupport (>= 5.2 , < 8.2 )
9191 aws-eventstream (1.4.0 )
92- aws-partitions (1.1149 .0 )
93- aws-sdk-core (3.229 .0 )
92+ aws-partitions (1.1196 .0 )
93+ aws-sdk-core (3.240 .0 )
9494 aws-eventstream (~> 1 , >= 1.3.0 )
9595 aws-partitions (~> 1 , >= 1.992.0 )
9696 aws-sigv4 (~> 1.9 )
9797 base64
9898 bigdecimal
9999 jmespath (~> 1 , >= 1.6.1 )
100100 logger
101- aws-sdk-kms (1.110 .0 )
102- aws-sdk-core (~> 3 , >= 3.228.0 )
101+ aws-sdk-kms (1.118 .0 )
102+ aws-sdk-core (~> 3 , >= 3.239.1 )
103103 aws-sigv4 (~> 1.5 )
104- aws-sdk-s3 (1.197 .0 )
105- aws-sdk-core (~> 3 , >= 3.228 .0 )
104+ aws-sdk-s3 (1.208 .0 )
105+ aws-sdk-core (~> 3 , >= 3.234 .0 )
106106 aws-sdk-kms (~> 1 )
107107 aws-sigv4 (~> 1.5 )
108108 aws-sigv4 (1.12.1 )
109109 aws-eventstream (~> 1 , >= 1.0.2 )
110110 base64 (0.3.0 )
111111 bcrypt (3.1.20 )
112112 benchmark (0.4.1 )
113- bigdecimal (3.2.3 )
113+ bigdecimal (4.0.1 )
114114 bootsnap (1.18.6 )
115115 msgpack (~> 1.2 )
116116 brevo (4.0.0 )
@@ -456,7 +456,7 @@ PLATFORMS
456456
457457DEPENDENCIES
458458 active_storage_validations (~> 1.0 )
459- aws-sdk-s3 (~> 1.119 )
459+ aws-sdk-s3 (~> 1.208 )
460460 bootsnap
461461 brevo
462462 cancancan (~> 3.4 )
You can’t perform that action at this time.
0 commit comments