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 Mar 3, 2025
1 parent 10ba337 commit 27f79b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 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 All @@ -162,7 +162,7 @@ GEM
json (2.9.1)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
logger (1.6.5)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
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.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
Expand All @@ -210,7 +210,7 @@ GEM
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.10)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.1.0)
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 27f79b0

Please sign in to comment.