Skip to content

Commit

Permalink
Merge pull request #1304 from tryzealot/dependabot/bundler/active_mod…
Browse files Browse the repository at this point in the history
…el_serializers-0.10.14

chore(deps): bump active_model_serializers from 0.10.13 to 0.10.14
  • Loading branch information
icyleaf authored Oct 11, 2023
2 parents 1c4bac8 + 2225e87 commit a01eb00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'redis', '~> 5.0.7'
gem 'lograge', '~> 0.13.0'

# API
gem 'active_model_serializers', '~> 0.10.13'
gem 'active_model_serializers', '~> 0.10.14'
gem 'graphql', '~> 2.1.0'
gem 'rack-cors', '~> 2.0.1'
gem 'health_check', '~> 3.1.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_model_serializers (0.10.13)
actionpack (>= 4.1, < 7.1)
activemodel (>= 4.1, < 7.1)
active_model_serializers (0.10.14)
actionpack (>= 4.1)
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.8)
Expand Down Expand Up @@ -546,7 +546,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10.13)
active_model_serializers (~> 0.10.14)
activejob-status
app-info (~> 3.0.0)
awesome_print
Expand Down

0 comments on commit a01eb00

Please sign in to comment.