From b84accd1fe3768b0e7afdf7f7d4c41eb4b2ddc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 10:09:49 +0000 Subject: [PATCH] Bump railties from 5.2.6 to 5.2.8 Bumps [railties](https://github.com/rails/rails) from 5.2.6 to 5.2.8. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.6...v5.2.8) --- updated-dependencies: - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 128 +++++++++++++++++++++++++-------------------------- 2 files changed, 63 insertions(+), 67 deletions(-) diff --git a/Gemfile b/Gemfile index 60505afa..dd9164ab 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec # Oldest Rails version getting security patches is 5.2 gem 'minitest-rails', '~> 5.2.0' -gem 'railties', '~> 5.2.6' +gem 'railties', '~> 5.2.8' group :active_record do gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index 685f325b..c61bd6a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,43 +7,43 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (5.2.6) - actionpack (= 5.2.6) + actioncable (5.2.8) + actionpack (= 5.2.8) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.6) - actionpack (= 5.2.6) - actionview (= 5.2.6) - activejob (= 5.2.6) + actionmailer (5.2.8) + actionpack (= 5.2.8) + actionview (= 5.2.8) + activejob (= 5.2.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.6) - actionview (= 5.2.6) - activesupport (= 5.2.6) + actionpack (5.2.8) + actionview (= 5.2.8) + activesupport (= 5.2.8) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.6) - activesupport (= 5.2.6) + actionview (5.2.8) + activesupport (= 5.2.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.6) - activesupport (= 5.2.6) + activejob (5.2.8) + activesupport (= 5.2.8) globalid (>= 0.3.6) - activemodel (5.2.6) - activesupport (= 5.2.6) - activerecord (5.2.6) - activemodel (= 5.2.6) - activesupport (= 5.2.6) + activemodel (5.2.8) + activesupport (= 5.2.8) + activerecord (5.2.8) + activemodel (= 5.2.8) + activesupport (= 5.2.8) arel (>= 9.0) - activestorage (5.2.6) - actionpack (= 5.2.6) - activerecord (= 5.2.6) + activestorage (5.2.8) + actionpack (= 5.2.8) + activerecord (= 5.2.8) marcel (~> 1.0.0) - activesupport (5.2.6) + activesupport (5.2.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -55,13 +55,13 @@ GEM arel (9.0.0) ast (2.4.2) backport (1.2.0) - bcrypt (3.1.16) + bcrypt (3.1.17) benchmark (0.2.0) bson (4.12.1) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) @@ -78,7 +78,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.4.4) + diff-lcs (1.5.0) docile (1.4.0) e2mmap (0.1.0) easy_captcha (0.6.5) @@ -89,10 +89,10 @@ GEM simplecov (>= 0.3.8) yard (>= 0.7.0) erubi (1.10.0) - globalid (0.5.2) - activesupport (>= 5.0) + globalid (0.4.2) + activesupport (>= 4.2.0) hashie (4.1.0) - i18n (1.8.11) + i18n (1.10.0) concurrent-ruby (~> 1.0) interception (0.5) jaro_winkler (1.5.4) @@ -100,7 +100,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - loofah (2.13.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) m (1.6.0) @@ -110,8 +110,8 @@ GEM mini_mime (>= 0.1.1) marcel (1.0.2) method_source (1.0.0) - mini_mime (1.1.1) - mini_portile2 (2.6.1) + mini_mime (1.1.2) + mini_portile2 (2.4.0) minitest (5.15.0) minitest-rails (5.2.0) minitest (~> 5.10) @@ -122,12 +122,9 @@ GEM activemodel (>= 5.1, < 6.2) mongo (>= 2.10.5, < 3.0.0) ruby2_keywords (~> 0.0.5) - nio4r (2.5.8) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) - racc (~> 1.4) - nokogiri (1.12.5-x86_64-darwin) - racc (~> 1.4) + nio4r (2.5.2) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) omniauth (2.0.4) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) @@ -142,24 +139,23 @@ GEM pry-rescue (1.5.2) interception (>= 0.5) pry (>= 0.12.0) - racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.2.6) - actioncable (= 5.2.6) - actionmailer (= 5.2.6) - actionpack (= 5.2.6) - actionview (= 5.2.6) - activejob (= 5.2.6) - activemodel (= 5.2.6) - activerecord (= 5.2.6) - activestorage (= 5.2.6) - activesupport (= 5.2.6) + rails (5.2.8) + actioncable (= 5.2.8) + actionmailer (= 5.2.8) + actionpack (= 5.2.8) + actionview (= 5.2.8) + activejob (= 5.2.8) + activemodel (= 5.2.8) + activerecord (= 5.2.8) + activestorage (= 5.2.8) + activesupport (= 5.2.8) bundler (>= 1.3.0) - railties (= 5.2.6) + railties (= 5.2.8) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -172,31 +168,31 @@ GEM loofah (~> 2.3) rails_email_validator (0.1.4) activemodel (>= 3.0.0) - railties (5.2.6) - actionpack (= 5.2.6) - activesupport (= 5.2.6) + railties (5.2.8) + actionpack (= 5.2.8) + activesupport (= 5.2.8) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (13.0.6) regexp_parser (2.2.0) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) reverse_markdown (2.1.1) nokogiri rexml (3.2.5) rmagick (4.2.3) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.0.2) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -204,7 +200,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.11.0) rubocop (1.24.0) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -249,7 +245,7 @@ GEM solargraph-arc (0.3.0) activesupport (>= 5.0) solargraph (~> 0.44.2) - sprockets (4.0.2) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -257,7 +253,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) tzinfo (1.2.9) @@ -292,7 +288,7 @@ DEPENDENCIES pry-rescue rails-controller-testing rails_email_validator - railties (~> 5.2.6) + railties (~> 5.2.8) rubocop rubocop-minitest rubocop-rails