Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.7 to 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 26, 2021
1 parent c40c098 commit 91d07e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'aws-sdk-s3'
gem "bootstrap-table-rails"
gem "paperclip", "~> 6.0.0"
gem 'active_designer'
gem 'active_model_serializers', '~> 0.10.0'
gem 'active_model_serializers', '~> 0.10.12'
gem 'bootstrap-sass'
gem 'cancancan'
gem 'coffee-rails', '~> 4.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ GEM
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_designer (0.0.3)
active_model_serializers (0.10.7)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
active_model_serializers (0.10.12)
actionpack (>= 4.1, < 6.2)
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.2.4.5)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.5.1)
jsonapi-renderer (0.2.0)
jsonapi-renderer (0.2.2)
jwt (1.5.6)
launchy (2.4.3)
addressable (~> 2.3)
Expand Down Expand Up @@ -322,7 +322,7 @@ PLATFORMS

DEPENDENCIES
active_designer
active_model_serializers (~> 0.10.0)
active_model_serializers (~> 0.10.12)
aws-sdk-s3
bootstrap-sass
bootstrap-table-rails
Expand Down

0 comments on commit 91d07e0

Please sign in to comment.