Skip to content

Commit 4348649

Browse files
Update dependency active_storage_validations to '~> 1.1', '>= 1.1.4'
1 parent 7bb633a commit 4348649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'puma', '~> 6.4'
1616
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
1717

1818
# Validate ActiveStorage attachments
19-
gem 'active_storage_validations', '~> 1.0'
19+
gem 'active_storage_validations', '~> 1.1', '>= 1.1.4'
2020

2121
# interfacing with docker
2222
gem 'docker-api', '~> 2.2.0'

api/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
activemodel (>= 4.1)
5656
case_transform (>= 0.2)
5757
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
58-
active_storage_validations (1.0.4)
58+
active_storage_validations (1.1.4)
5959
activejob (>= 5.2.0)
6060
activemodel (>= 5.2.0)
6161
activestorage (>= 5.2.0)
@@ -291,7 +291,7 @@ PLATFORMS
291291

292292
DEPENDENCIES
293293
active_model_serializers (~> 0.10, >= 0.10.14)
294-
active_storage_validations (~> 1.0)
294+
active_storage_validations (~> 1.1, >= 1.1.4)
295295
annotate (~> 3.2)
296296
bcrypt_pbkdf
297297
bootsnap

0 commit comments

Comments
 (0)