Skip to content

Commit ec35598

Browse files
committedMar 14, 2019
Bump active_model_serializers from 0.10.6 to 0.10.9
Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.6 to 0.10.9. - [Release notes](https://github.com/rails-api/active_model_serializers/releases) - [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.9/CHANGELOG.md) - [Commits](rails-api/active_model_serializers@v0.10.6...v0.10.9) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23f0c0e commit ec35598

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby '2.5.0'
55

66
gem 'rails', '5.1.6.2'
77

8-
gem 'active_model_serializers', '~> 0.10.0'
8+
gem 'active_model_serializers', '~> 0.10.9'
99
gem 'bootstrap-sass'
1010
gem 'bootstrap-datepicker-rails'
1111
gem 'cancancan'

‎Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ GEM
6969
erubi (~> 1.4)
7070
rails-dom-testing (~> 2.0)
7171
rails-html-sanitizer (~> 1.0, >= 1.0.3)
72-
active_model_serializers (0.10.6)
72+
active_model_serializers (0.10.9)
7373
actionpack (>= 4.1, < 6)
7474
activemodel (>= 4.1, < 6)
7575
case_transform (>= 0.2)
76-
jsonapi-renderer (>= 0.1.1.beta1, < 0.2)
76+
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
7777
activejob (5.1.6.2)
7878
activesupport (= 5.1.6.2)
7979
globalid (>= 0.3.6)
@@ -224,7 +224,7 @@ GEM
224224
js_cookie_rails (2.2.0)
225225
railties (>= 3.1)
226226
json (2.1.0)
227-
jsonapi-renderer (0.1.2)
227+
jsonapi-renderer (0.2.0)
228228
kaminari (0.17.0)
229229
actionpack (>= 3.0.0)
230230
activesupport (>= 3.0.0)
@@ -476,7 +476,7 @@ PLATFORMS
476476
ruby
477477

478478
DEPENDENCIES
479-
active_model_serializers (~> 0.10.0)
479+
active_model_serializers (~> 0.10.9)
480480
activemodel-serializers-xml
481481
better_errors!
482482
bootstrap-datepicker-rails

0 commit comments

Comments
 (0)
Please sign in to comment.