Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump active_model_serializers from 0.10.3 to 0.10.13 #156

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'country_select', '~> 1.3.1'
gem 'redcarpet', '~> 3.5.1'
gem 'coderay', '~> 1.1'
gem 'bootstrap-multiselect-rails', '~> 0.9.9'
gem 'active_model_serializers', '~> 0.10.0'
gem 'active_model_serializers', '~> 0.10.13'
gem 'draper', '3.0.0.pre1'
gem 'simple_form', '~> 5.0.3'
gem 'zeroclipboard-rails'
Expand Down
43 changes: 24 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
rails-assets-momentjs (2.17.1)

GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.5)
actionpack (= 5.0.5)
Expand All @@ -27,10 +31,11 @@ GEM
rails-html-sanitizer (~> 1.0, >= 1.0.3)
actionview-encoded_mail_to (1.0.9)
rails
active_model_serializers (0.10.3)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
jsonapi (= 0.1.1.beta2)
active_model_serializers (0.10.13)
actionpack (>= 4.1, < 7.1)
activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.0.5)
activesupport (= 5.0.5)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -79,10 +84,12 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
case_transform (0.2)
activesupport
chartkick (2.2.1)
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
countries (0.9.3)
currencies (~> 0.4.2)
country_select (1.3.1)
Expand Down Expand Up @@ -199,17 +206,15 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (1.8.6)
jsonapi (0.1.1.beta2)
json (~> 1.8)
jsonapi-renderer (0.2.2)
jwt (2.3.0)
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.13.0)
loofah (2.21.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
Expand All @@ -221,7 +226,7 @@ GEM
mime-types-data (3.2016.0521)
mini_mime (1.0.2)
mini_portile2 (2.1.0)
minitest (5.15.0)
minitest (5.19.0)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -273,7 +278,7 @@ GEM
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.2.3)
rack (2.2.8)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
rack-test (0.6.3)
Expand All @@ -291,16 +296,16 @@ GEM
bundler (>= 1.3.0)
railties (= 5.0.5)
sprockets-rails (>= 2.0.0)
rails-assets-momentjs (2.17.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
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.2)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -380,7 +385,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.5)
timecop (0.8.1)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
warden (1.2.9)
rack (>= 2.0.9)
Expand All @@ -406,7 +411,7 @@ PLATFORMS

DEPENDENCIES
actionview-encoded_mail_to
active_model_serializers (~> 0.10.0)
active_model_serializers (~> 0.10.13)
annotate
better_errors
binding_of_caller
Expand Down
Loading