Skip to content
Open
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 number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.4.4'

gem 'active_storage_validations', '~> 1.0' # Active Storage gems for validating attachments https://github.com/igorkasyanchuk/active_storage_validations
gem 'aws-sdk-s3', '~> 1.119', require: false # Official AWS Ruby gem for Amazon S3
gem 'aws-sdk-s3', '~> 1.208', require: false # Official AWS Ruby gem for Amazon S3
gem 'bootsnap', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'cancancan', '~> 3.4' # Authorization library which restricts what resources a given user is allowed to access
gem 'cssbundling-rails' # Bundle and process CSS [https://github.com/rails/cssbundling-rails]
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,28 @@ GEM
activerecord (>= 5.2, < 8.2)
activesupport (>= 5.2, < 8.2)
aws-eventstream (1.4.0)
aws-partitions (1.1149.0)
aws-sdk-core (3.229.0)
aws-partitions (1.1196.0)
aws-sdk-core (3.240.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.110.0)
aws-sdk-core (~> 3, >= 3.228.0)
aws-sdk-kms (1.118.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.197.0)
aws-sdk-core (~> 3, >= 3.228.0)
aws-sdk-s3 (1.208.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)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (4.0.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brevo (4.0.0)
Expand Down Expand Up @@ -456,7 +456,7 @@ PLATFORMS

DEPENDENCIES
active_storage_validations (~> 1.0)
aws-sdk-s3 (~> 1.119)
aws-sdk-s3 (~> 1.208)
bootsnap
brevo
cancancan (~> 3.4)
Expand Down