Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.6 to 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 14, 2019
1 parent 23f0c0e commit ec35598
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 @@ -5,7 +5,7 @@ ruby '2.5.0'

gem 'rails', '5.1.6.2'

gem 'active_model_serializers', '~> 0.10.0'
gem 'active_model_serializers', '~> 0.10.9'
gem 'bootstrap-sass'
gem 'bootstrap-datepicker-rails'
gem 'cancancan'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.10.6)
active_model_serializers (0.10.9)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.1.6.2)
activesupport (= 5.1.6.2)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
js_cookie_rails (2.2.0)
railties (>= 3.1)
json (2.1.0)
jsonapi-renderer (0.1.2)
jsonapi-renderer (0.2.0)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -476,7 +476,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10.0)
active_model_serializers (~> 0.10.9)
activemodel-serializers-xml
better_errors!
bootstrap-datepicker-rails
Expand Down

0 comments on commit ec35598

Please sign in to comment.