Skip to content

Commit

Permalink
Update dependency active_storage_validations to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 7f60ae5 commit f7f4613
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 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', '~> 5.0'
gem 'rubyzip', '~> 2.3'

# Validate ActiveStorage attachments
gem 'active_storage_validations', '~> 0.9'
gem 'active_storage_validations', '~> 1.0'

# interfacing with docker
gem 'docker-api', '~> 2.2.0'
Expand Down
26 changes: 14 additions & 12 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
active_storage_validations (0.9.8)
active_storage_validations (1.0.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
i18n (>= 1.8.11, < 2)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.4)
Expand All @@ -152,9 +152,9 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.1)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.1)
Expand All @@ -181,8 +181,8 @@ GEM
ast (~> 2.4.1)
puma (5.6.6)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
racc (1.7.1)
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand All @@ -201,11 +201,13 @@ GEM
activesupport (= 7.0.6)
bundler (>= 1.15.0)
railties (= 7.0.6)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
Expand Down Expand Up @@ -258,7 +260,7 @@ PLATFORMS

DEPENDENCIES
active_model_serializers (~> 0.10)
active_storage_validations (~> 0.9)
active_storage_validations (~> 1.0)
annotate (~> 3.2)
bcrypt_pbkdf
bootsnap
Expand Down

0 comments on commit f7f4613

Please sign in to comment.