Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.8 to 0.10.14
Browse files Browse the repository at this point in the history
Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.8 to 0.10.14.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.14/CHANGELOG.md)
- [Commits](rails-api/active_model_serializers@v0.10.8...v0.10.14)

---
updated-dependencies:
- dependency-name: active_model_serializers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 28e0092 commit d0d0a96
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ GEM
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_interaction (3.6.2)
activemodel (>= 4, < 6)
active_model_serializers (0.10.8)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
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 (5.2.8.1)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
celluloid-supervision (0.20.6)
timers (>= 4.1.1)
coderay (1.1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
crass (1.0.6)
database_cleaner (1.7.0)
Expand All @@ -82,7 +82,7 @@ GEM
dotenv-rails (2.6.0)
dotenv (= 2.6.0)
railties (>= 3.2, < 6.0)
erubi (1.10.0)
erubi (1.12.0)
factory_girl (4.9.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.9.0)
Expand All @@ -104,30 +104,30 @@ GEM
activesupport (>= 5.0)
hitimes (1.2.6)
honeybadger (4.12.1)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_cube (0.14.0)
json (2.3.0)
jsonapi-renderer (0.2.0)
jsonapi-renderer (0.2.2)
jwt (1.5.6)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
loofah (2.19.1)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.17.0)
mini_portile2 (2.8.4)
minitest (5.20.0)
multipart-post (2.1.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
panoptes-client (0.3.8)
faraday
Expand All @@ -144,13 +144,13 @@ GEM
pry (>= 0.10.4)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
racc (1.7.1)
rack (2.2.8)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-protection (2.2.0)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
actioncable (= 5.2.8.1)
Expand All @@ -165,11 +165,13 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.8.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
Expand Down Expand Up @@ -220,7 +222,7 @@ GEM
thread_safe (0.3.6)
timers (4.1.2)
hitimes
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
web-console (3.7.0)
actionview (>= 5.0)
Expand Down

0 comments on commit d0d0a96

Please sign in to comment.