Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.7 to 0.10.8 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and afomera committed Nov 13, 2018
1 parent f4c89b7 commit 14cc4e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'active_model_serializers', '~> 0.10.0'
gem 'active_model_serializers', '~> 0.10.8'
gem 'attr_encrypted', '~> 3.1', github: 'attr-encrypted/attr_encrypted'
gem 'aws-sdk', '~> 2.10'
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.10.7)
active_model_serializers (0.10.8)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
case_transform (>= 0.2)
Expand Down Expand Up @@ -314,7 +314,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10.0)
active_model_serializers (~> 0.10.8)
attr_encrypted (~> 3.1)!
aws-sdk (~> 2.10)
bootsnap (>= 1.1.0)
Expand Down

0 comments on commit 14cc4e5

Please sign in to comment.