diff --git a/Gemfile.lock b/Gemfile.lock index 4943078..7666f25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,46 +13,45 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.1.5) - actionview (= 5.1.5) - activesupport (= 5.1.5) - rack (~> 2.0) + actionpack (6.0.3.1) + actionview (= 6.0.3.1) + activesupport (= 6.0.3.1) + rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.5) - activesupport (= 5.1.5) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.3.1) + activesupport (= 6.0.3.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.10.7) - actionpack (>= 4.1, < 6) - activemodel (>= 4.1, < 6) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + active_model_serializers (0.10.10) + actionpack (>= 4.1, < 6.1) + activemodel (>= 4.1, < 6.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activemodel (5.1.5) - activesupport (= 5.1.5) - activerecord (5.1.5) - activemodel (= 5.1.5) - activesupport (= 5.1.5) - arel (~> 8.0) - activesupport (5.1.5) + activemodel (6.0.3.1) + activesupport (= 6.0.3.1) + activerecord (6.0.3.1) + activemodel (= 6.0.3.1) + activesupport (= 6.0.3.1) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (8.0.0) - builder (3.2.3) + zeitwerk (~> 2.2, >= 2.2.2) + builder (3.2.4) case_transform (0.2) activesupport coderay (1.1.2) - concurrent-ruby (1.0.5) - crass (1.0.3) + concurrent-ruby (1.1.6) + crass (1.0.6) daemons (1.2.6) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) - erubi (1.7.1) + erubi (1.9.0) eventmachine (1.2.5) factory_bot (4.8.2) activesupport (>= 3.0.0) @@ -63,31 +62,31 @@ GEM i18n (>= 0.7) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (0.9.5) + i18n (1.8.2) concurrent-ruby (~> 1.0) json (2.1.0) - jsonapi-renderer (0.2.0) - loofah (2.2.1) + jsonapi-renderer (0.2.2) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) machinist (2.0) metaclass (0.0.4) - method_source (0.9.0) + method_source (0.9.2) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.11.3) + mini_portile2 (2.4.0) + minitest (5.14.1) mocha (1.4.0) metaclass (~> 0.0.1) mustermann (1.0.2) netrc (0.11.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - rack (2.0.4) + rack (2.2.2) rack-protection (2.0.1) rack rack-test (0.8.3) @@ -95,15 +94,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (5.1.5) - actionpack (= 5.1.5) - activesupport (= 5.1.5) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + railties (6.0.3.1) + actionpack (= 6.0.3.1) + activesupport (= 6.0.3.1) method_source rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) + thor (>= 0.20.3, < 2.0) + rake (13.0.1) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -125,14 +124,15 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (0.20.0) + thor (1.0.1) thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) unf (0.1.4) unf_ext unf_ext (0.0.7.5) + zeitwerk (2.3.0) PLATFORMS ruby