Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.7 to 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 26, 2021
1 parent 3dc1d0b commit fd8a0ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'aws-sdk-s3'
gem "bootstrap-table-rails"
gem "paperclip", "~> 6.0.0"
gem 'active_designer'
gem 'active_model_serializers', '~> 0.10.0'
gem 'active_model_serializers', '~> 0.10.12'
gem 'bootstrap-sass'
gem 'cancancan'
gem 'coffee-rails', '~> 4.2'
Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ GEM
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_designer (0.0.3)
active_model_serializers (0.10.7)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
active_model_serializers (0.10.12)
actionpack (>= 4.1, < 6.2)
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.2.2.1)
Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
coolline (0.5.0)
unicode_utils (~> 1.4)
crass (1.0.6)
Expand All @@ -110,7 +110,7 @@ GEM
docile (1.3.0)
doorkeeper (5.0.3)
railties (>= 4.2)
erubi (1.9.0)
erubi (1.10.0)
execjs (2.7.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
Expand All @@ -131,7 +131,7 @@ GEM
activesupport (>= 3.0, < 6.0)
graphql (~> 1.6)
honeybadger (3.3.1)
i18n (1.8.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
Expand All @@ -142,15 +142,15 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.5.1)
jsonapi-renderer (0.2.0)
jsonapi-renderer (0.2.2)
jwt (1.5.6)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.5.0)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -161,10 +161,12 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.6)
mimemagic (0.3.9)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.5.0)
minitest (5.14.1)
minitest (5.14.4)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down Expand Up @@ -297,7 +299,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.18)
execjs (>= 0.3.0, < 3)
Expand All @@ -320,7 +322,7 @@ PLATFORMS

DEPENDENCIES
active_designer
active_model_serializers (~> 0.10.0)
active_model_serializers (~> 0.10.12)
aws-sdk-s3
bootstrap-sass
bootstrap-table-rails
Expand Down

0 comments on commit fd8a0ac

Please sign in to comment.