Skip to content

Commit

Permalink
Merge pull request #1620 from dodona-edu/renovate/active_storage_vali…
Browse files Browse the repository at this point in the history
…dations-1.x

Update dependency active_storage_validations to '~> 1.3'
  • Loading branch information
renovate[bot] authored Oct 21, 2024
2 parents c87312f + c628e32 commit 98330e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2'
gem 'rubyzip', '~> 2.3', '>= 2.3.2'

# Validate ActiveStorage attachments
gem 'active_storage_validations', '~> 1.1', '>= 1.1.4'
gem 'active_storage_validations', '~> 1.3'

# interfacing with docker
gem 'docker-api', '~> 2.3.0'
Expand Down
12 changes: 6 additions & 6 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ GEM
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
activesupport (>= 5.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
activejob (7.1.4.1)
activesupport (= 7.1.4.1)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -304,7 +304,7 @@ PLATFORMS

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

0 comments on commit 98330e1

Please sign in to comment.