Skip to content

Commit

Permalink
Merge pull request #643 from maxfierke/dependabot/bundler/active_mode…
Browse files Browse the repository at this point in the history
…l_serializers-0.10.14

Bump active_model_serializers from 0.10.13 to 0.10.14
  • Loading branch information
maxfierke authored Nov 2, 2023
2 parents 2027436 + df739bf commit 64d1485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'sprockets-rails'
gem 'pg'

# JSON-API
gem 'active_model_serializers', '~> 0.10.13'
gem 'active_model_serializers', '~> 0.10.14'

# ActiveRecord extensions
gem 'friendly_id', '~> 5.5.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_model_serializers (0.10.13)
actionpack (>= 4.1, < 7.1)
activemodel (>= 4.1, < 7.1)
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 (7.0.8)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -184,7 +184,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
net-imap (0.3.7)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
racc (1.7.1)
racc (1.7.2)
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10.13)
active_model_serializers (~> 0.10.14)
aws-sdk-s3
bootsnap (>= 1.1.0)
capybara
Expand Down

0 comments on commit 64d1485

Please sign in to comment.