Skip to content

Commit

Permalink
Update dependency active_model_serializers to '~> 0.10', '>= 0.10.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 10ba337 commit 3c24220
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 @@ -34,7 +34,7 @@ gem 'delayed_job_active_record'
gem 'rack-cors'

# Use ActiveModelSerializer for serializing to JSON
gem 'active_model_serializers', '~> 0.10', '>= 0.10.14'
gem 'active_model_serializers', '~> 0.10', '>= 0.10.15'

# Use Sentry
gem 'sentry-rails'
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 @@ -311,7 +311,7 @@ PLATFORMS
ruby

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

0 comments on commit 3c24220

Please sign in to comment.