Skip to content

Commit

Permalink
upgrade active_storage_validations
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 30, 2024
1 parent fe8ce5e commit 43d5c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gem "rdiscount", "~> 2.1"
gem "reverse_markdown", "~> 2.0"

# Storage
gem "active_storage_validations", "~> 0.9.3"
gem "active_storage_validations", "~> 1.1.4"
gem "aws-sdk-s3", "~> 1.86", require: false
gem "azure-storage-blob", "~> 2.0", require: false
gem "image_processing", "~> 1.12"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_storage_validations (0.9.8)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down Expand Up @@ -630,7 +630,7 @@ PLATFORMS

DEPENDENCIES
actionpack-page_caching (~> 1.1)
active_storage_validations (~> 0.9.3)
active_storage_validations (~> 1.1.4)
acts_as_list
ancestry (~> 4.1)
annotate (~> 3.1)
Expand Down

0 comments on commit 43d5c21

Please sign in to comment.