diff --git a/Gemfile.lock b/Gemfile.lock index 7c200e8..a8e37c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,51 +1,51 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (7.0.4.2) 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.5.2) public_suffix (>= 2.0.2, < 4.0) - ast (2.4.1) + ast (2.4.2) climate_control (0.2.0) coderay (1.1.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.0) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.4.4) faraday (0.15.3) multipart-post (>= 1.2, < 3) hashdiff (1.0.0) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) + json (2.6.3) kgio (2.11.2) method_source (0.9.0) - minitest (5.14.2) + minitest (5.17.0) multipart-post (2.0.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) octokit (4.12.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.19.2) - parser (2.7.2.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - rack (2.2.3) + rack (2.2.6.2) rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) - rainbow (3.0.0) + rainbow (3.1.1) raindrops (0.19.0) rake (12.3.3) - regexp_parser (1.8.2) - rexml (3.2.4) + regexp_parser (2.6.2) + rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -59,32 +59,36 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - rubocop (0.87.1) + rubocop (1.44.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 3.2.0.0) 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.24.1, < 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 (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) + rubocop-capybara (2.17.0) + rubocop (~> 1.41) + rubocop-govuk (4.10.0) + rubocop (= 1.44.1) + rubocop-ast (= 1.24.1) + rubocop-rails (= 2.17.4) + rubocop-rake (= 0.6.0) + rubocop-rspec (= 2.18.1) + rubocop-rails (2.17.4) 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) + rubocop (>= 1.33.0, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + rubocop-rspec (2.18.1) + rubocop (~> 1.33) + rubocop-capybara (~> 2.17) + ruby-progressbar (1.11.0) ruby2_keywords (0.0.2) safe_yaml (1.0.5) sawyer (0.8.1) @@ -97,12 +101,11 @@ GEM tilt (~> 2.0) slack-poster (2.2.1) faraday (~> 0.9) - thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.1) - tzinfo (1.2.7) - thread_safe (~> 0.1) - unicode-display_width (1.7.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unicode-display_width (2.4.2) unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) @@ -111,7 +114,6 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.4.0) PLATFORMS ruby