diff --git a/Gemfile.lock b/Gemfile.lock index bb8c2b34..e2e5e71b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,53 +1,70 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.5) + actionpack (7.0.4) + actionview (= 7.0.4) + activesupport (= 7.0.4) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4) + activesupport (= 7.0.4) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) amq-protocol (2.3.1) - ast (2.4.1) - bunny (2.15.0) + ast (2.4.2) + builder (3.2.4) + bunny (2.19.0) amq-protocol (~> 2.3, >= 2.3.1) + sorted_set (~> 1, >= 1.0.2) byebug (11.1.1) - coderay (1.1.2) - concurrent-ruby (1.1.8) + coderay (1.1.3) + concurrent-ruby (1.1.10) + connection_pool (2.3.0) crack (0.4.3) safe_yaml (~> 1.0.0) - diff-lcs (1.3) - docile (1.3.2) + crass (1.0.6) + diff-lcs (1.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) - gds-api-adapters (71.0.0) + erubi (1.11.0) + gds-api-adapters (84.0.0) addressable link_header null_logger plek (>= 1.9.0) rest-client (~> 2.0) - govuk_app_config (2.10.0) - logstasher (>= 1.2.2, < 2.2.0) - sentry-raven (~> 3.1.1) - statsd-ruby (~> 1.5.0) - unicorn (>= 5.4, < 5.9) + govuk_app_config (4.10.1) + logstasher (~> 2.1) + plek (~> 4) + prometheus_exporter (~> 2.0) + puma (>= 5.6, < 7.0) + rack-proxy (~> 0.7) + sentry-rails (~> 5.3) + sentry-ruby (~> 5.3) + statsd-ruby (~> 1.5) + unicorn (~> 6.1) govuk_message_queue_consumer (3.5.0) bunny (~> 2.11) - govuk_schemas (4.3.0) + govuk_schemas (4.4.1) json-schema (~> 2.8.0) hashdiff (1.0.1) http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.8.9) + i18n (1.12.0) concurrent-ruby (~> 1.0) + json (2.6.2) json-schema (2.8.1) addressable (>= 2.4) kgio (2.11.3) @@ -55,33 +72,65 @@ GEM logstasher (2.1.5) activesupport (>= 5.2) request_store + loofah (2.19.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) - minitest (5.14.4) - multipart-post (2.1.1) + mini_portile2 (2.8.0) + minitest (5.16.3) netrc (0.11.0) + nio4r (2.5.8) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) null_logger (0.0.1) - parallel (1.19.2) - parser (2.7.2.0) + parallel (1.22.1) + parser (3.1.2.1) ast (~> 2.4.1) plek (4.0.0) - pry (0.13.0) + prometheus_exporter (2.0.3) + webrick + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) + pry (>= 0.13, < 0.15) public_suffix (4.0.6) - rack (2.2.3) - rainbow (3.0.0) + puma (6.0.0) + nio4r (~> 2.0) + racc (1.6.0) + rack (2.2.4) + rack-proxy (0.7.4) + rack + rack-test (2.0.2) + rack (>= 1.3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) + railties (7.0.4) + actionpack (= 7.0.4) + activesupport (= 7.0.4) + method_source + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) + rainbow (3.1.1) raindrops (0.19.1) rake (13.0.1) - redis (4.2.1) - redis-namespace (1.7.0) - redis (>= 3.0.4) - regexp_parser (1.8.2) + rbtree (0.4.5) + redis (5.0.5) + redis-client (>= 0.9.0) + redis-client (0.10.0) + connection_pool + redis-namespace (1.9.0) + redis (>= 4) + regexp_parser (2.6.0) request_store (1.5.0) rack (>= 1.4) rest-client (2.1.0) @@ -89,68 +138,73 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.4) + rexml (3.2.5) rspec-core (3.9.3) rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.87.1) + rubocop (1.37.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) - rexml - rubocop-ast (>= 0.1.0, < 1.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.8.0) - parser (>= 2.7.1.5) - rubocop-govuk (3.17.2) - rubocop (= 0.87.1) - rubocop-ast (= 0.8.0) - rubocop-rails (= 2.8.1) - rubocop-rake (= 0.5.1) - rubocop-rspec (= 1.42.0) - rubocop-rails (2.8.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.23.0) + parser (>= 3.1.1.0) + rubocop-govuk (4.8.0) + rubocop (= 1.37.1) + rubocop-ast (= 1.23.0) + rubocop-rails (= 2.17.1) + rubocop-rake (= 0.6.0) + rubocop-rspec (= 2.14.1) + rubocop-rails (2.17.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 0.87.0) - rubocop-rake (0.5.1) - rubocop - rubocop-rspec (1.42.0) - rubocop (>= 0.87.0) - ruby-progressbar (1.10.1) - ruby2_keywords (0.0.4) + rubocop (>= 1.33.0, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + rubocop-rspec (2.14.1) + rubocop (~> 1.33) + ruby-progressbar (1.11.0) safe_yaml (1.0.5) - sentry-raven (3.1.1) - faraday (>= 1.0) - simplecov (0.19.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov-html (0.12.2) + sentry-rails (5.5.0) + railties (>= 5.0) + sentry-ruby (~> 5.5.0) + sentry-ruby (5.5.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + set (1.0.3) + simplecov (0.3.1) + sorted_set (1.0.3) + rbtree + set (~> 1.0) statsd-ruby (1.5.0) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) + thor (1.2.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) tzinfo-data (1.2020.1) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (1.7.0) - unicorn (5.8.0) + unicode-display_width (2.3.0) + unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) - webmock (3.8.3) + webmock (3.13.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.4.2) + webrick (1.7.0) + zeitwerk (2.6.1) PLATFORMS ruby