diff --git a/Gemfile.lock b/Gemfile.lock index 2359ab2..2becac8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH json (~> 2.0) jwt phonelib (~> 0.6.29) - rails (~> 5.2) + rails (>= 5.2) strip_attributes GEM @@ -36,9 +36,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.10.10) - actionpack (>= 4.1, < 6.1) - activemodel (>= 4.1, < 6.1) + 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.2.4.1) @@ -65,7 +65,7 @@ GEM activesupport concurrent-ruby (1.1.5) crass (1.0.6) - diff-lcs (1.3) + diff-lcs (1.5.0) docile (1.3.2) dry-configurable (0.9.0) concurrent-ruby (~> 1.0) @@ -110,16 +110,16 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.0) - faker (2.8.1) - i18n (>= 1.6, < 1.8) + faker (2.19.0) + i18n (>= 1.6, < 2) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.7.1) concurrent-ruby (~> 1.0) - json (2.3.0) + json (2.6.2) jsonapi-renderer (0.2.2) jwt (2.2.1) - loofah (2.4.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -129,12 +129,14 @@ GEM method_source (0.9.2) mimemagic (0.3.4) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.0) + mini_portile2 (2.8.0) + minitest (5.16.3) nio4r (2.5.2) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) phonelib (0.6.41) + racc (1.6.0) rack (2.1.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -154,7 +156,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) railties (5.2.4.1) actionpack (= 5.2.4.1) @@ -162,39 +164,40 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (13.0.1) + rake (13.0.6) rspec-core (3.9.0) rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-mocks (3.9.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-rails (3.9.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-support (~> 3.9.0) + rspec-rails (4.0.1) + actionpack (>= 4.2) + activesupport (>= 4.2) + railties (>= 4.2) + rspec-core (~> 3.9) + rspec-expectations (~> 3.9) + rspec-mocks (~> 3.9) + rspec-support (~> 3.9) rspec-support (3.9.0) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sprockets (4.0.0) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.1) - strip_attributes (1.9.0) - activemodel (>= 3.0, < 7.0) + sqlite3 (1.5.3) + mini_portile2 (~> 2.8.0) + strip_attributes (1.13.0) + activemodel (>= 3.0, < 8.0) thor (1.0.1) thread_safe (0.3.6) tzinfo (1.2.6)