diff --git a/Gemfile.lock b/Gemfile.lock index aa1f022..1745609 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,34 +1,34 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (6.0.3.1) - actionpack (= 6.0.3.1) - actionview (= 6.0.3.1) - activejob (= 6.0.3.1) + actionmailer (6.0.3.7) + actionpack (= 6.0.3.7) + actionview (= 6.0.3.7) + activejob (= 6.0.3.7) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.1) - actionview (= 6.0.3.1) - activesupport (= 6.0.3.1) + actionpack (6.0.3.7) + actionview (= 6.0.3.7) + activesupport (= 6.0.3.7) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.3.1) - activesupport (= 6.0.3.1) + actionview (6.0.3.7) + activesupport (= 6.0.3.7) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.1) - activesupport (= 6.0.3.1) + activejob (6.0.3.7) + activesupport (= 6.0.3.7) globalid (>= 0.3.6) - 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) + activemodel (6.0.3.7) + activesupport (= 6.0.3.7) + activerecord (6.0.3.7) + activemodel (= 6.0.3.7) + activesupport (= 6.0.3.7) + activesupport (6.0.3.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -108,7 +108,7 @@ GEM aws-eventstream (~> 1.0, >= 1.0.2) aws_config (0.1.0) builder (3.2.4) - byebug (11.1.3) + byebug (11.1.2) capybara (3.32.2) addressable mini_mime (>= 0.1.3) @@ -123,7 +123,7 @@ GEM rainbow cfnresponse (0.4.0) coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) console (1.8.2) crass (1.0.6) diff-lcs (1.3) @@ -132,7 +132,7 @@ GEM activesupport aws-sdk-dynamodb rainbow - erubi (1.9.0) + erubi (1.10.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) faraday_middleware (1.0.0) @@ -142,7 +142,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashie (4.1.0) - i18n (1.8.2) + i18n (1.8.10) concurrent-ruby (~> 1.0) jets (2.3.16) actionmailer (~> 6.0.0) @@ -188,21 +188,24 @@ GEM rexml launchy (2.5.0) addressable (~> 2.7) - loofah (2.5.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) memoist (0.16.2) method_source (1.0.0) - mimemagic (0.3.5) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) + mimemagic (0.4.3) + nokogiri (~> 1) + rake + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) multipart-post (2.1.1) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) protocol-hpack (1.4.2) protocol-http (0.20.0) protocol-http1 (0.13.0) @@ -217,8 +220,9 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.3) nio4r (~> 2.0) + racc (1.5.2) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -227,14 +231,14 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.1) - actionpack (= 6.0.3.1) - activesupport (= 6.0.3.1) + railties (6.0.3.7) + actionpack (= 6.0.3.7) + activesupport (= 6.0.3.7) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) recursive-open-struct (1.1.1) regexp_parser (1.7.0) rexml (3.2.4) @@ -265,29 +269,29 @@ GEM faraday faraday_middleware text-table (1.2.4) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) timers (4.3.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) websocket-driver (0.7.2) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - byebug + byebug (= 11.1.2) capybara dynomite jets launchy pry - puma + puma (= 4.3.3) rack rspec shotgun