Skip to content

Commit

Permalink
Update dependency active_storage_validations to '~> 1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent a4c4461 commit 326f1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'puma', '~> 6.4', '>= 6.4.3'
gem 'rubyzip', '~> 2.3', '>= 2.3.2'

# Validate ActiveStorage attachments
gem 'active_storage_validations', '~> 1.3'
gem 'active_storage_validations', '~> 1.4'

# interfacing with docker
gem 'docker-api', '~> 2.3.0'
Expand Down
6 changes: 3 additions & 3 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.3)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
Expand Down Expand Up @@ -312,7 +312,7 @@ PLATFORMS

DEPENDENCIES
active_model_serializers (~> 0.10, >= 0.10.14)
active_storage_validations (~> 1.3)
active_storage_validations (~> 1.4)
annotate (~> 3.2)
bcrypt_pbkdf
bootsnap
Expand Down

0 comments on commit 326f1df

Please sign in to comment.