From ac1143760d4fea0918a36549e3571038c11e22d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 08:20:38 +0000 Subject: [PATCH] Bump rack, activesupport, actionview and railties Bumps [rack](https://github.com/rack/rack), [activesupport](https://github.com/rails/rails), [actionview](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `rack` from 2.2.8 to 3.0.8 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8...v3.0.8) Updates `activesupport` from 7.0.8 to 7.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1) Updates `actionview` from 7.0.8 to 7.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.1/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1) Updates `railties` from 7.0.8 to 7.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.1/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-major - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 75 ++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 53 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index b67a5dc..a3767be 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'kramdown' gem 'liquid' gem 'listen' gem 'mercenary' -gem 'rack', '~> 2.2.8' +gem 'rack', '~> 3.0.8' gem 'railties', '>= 5.2.2.1' gem 'rouge' gem 'rubocop' diff --git a/Gemfile.lock b/Gemfile.lock index 7957c14..73f7b56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,23 +18,30 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.1.0) - actionpack (7.0.8) - actionview (= 7.0.8) - activesupport (= 7.0.8) - rack (~> 2.0, >= 2.2.4) + actionpack (7.1.1) + actionview (= 7.1.1) + activesupport (= 7.1.1) + nokogiri (>= 1.8.5) + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.8) - activesupport (= 7.0.8) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.1) + activesupport (= 7.1.1) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.8) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) @@ -45,6 +52,8 @@ GEM fiber-annotation io-event (~> 1.1) timers (~> 4.1) + base64 (0.1.1) + bigdecimal (3.1.4) builder (3.2.4) coffee-script (2.4.1) coffee-script-source @@ -53,10 +62,13 @@ GEM colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.2.2) + connection_pool (2.4.1) console (1.18.0) fiber-annotation fiber-local crass (1.0.6) + drb (2.1.1) + ruby2_keywords em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -92,7 +104,11 @@ GEM http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) + io-console (0.6.0) io-event (1.2.2) + irb (1.8.3) + rdoc + reline (>= 0.3.8) jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) @@ -170,11 +186,11 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mercenary (0.4.0) - method_source (1.0.0) mini_portile2 (2.8.5) mini_racer (0.8.0) libv8-node (~> 18.16.0.0) minitest (5.20.0) + mutex_m (0.1.2) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -197,11 +213,18 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk + psych (5.1.1.1) + stringio public_suffix (5.0.3) - racc (1.7.2) - rack (2.2.8) + racc (1.7.3) + rack (3.0.8) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -209,19 +232,24 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) - method_source + railties (7.1.1) + actionpack (= 7.1.1) + activesupport (= 7.1.1) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.5.0) + psych (>= 4.0.0) regexp_parser (2.8.2) + reline (0.3.9) + io-console (~> 0.5) rexml (3.2.6) rouge (4.1.3) rubocop (1.57.2) @@ -252,9 +280,10 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + stringio (3.0.8) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.2.2) + thor (1.3.0) timers (4.3.5) ttfunk (1.7.0) typhoeus (1.4.0) @@ -302,7 +331,7 @@ DEPENDENCIES mini_racer (~> 0.8.0) minima! nokogiri (>= 1.10.4) - rack (~> 2.2.8) + rack (~> 3.0.8) railties (>= 5.2.2.1) rouge rubocop