From db6ba1065138fb90a6819dc5e274ed02cbdb90a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:50:06 +0000 Subject: [PATCH] Update dependency psych from v3.3.4 to v5 --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 922553ab1..a587a48ae 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 2.4.0', group: :doc # psych 4 is incompatible with Ruby < 3.1 -gem 'psych', '< 4.0.0', group: :doc +gem 'psych', '< 5.0.3', group: :doc # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring', '~> 1.7.2', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index b0c5f19a7..533e22496 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -501,7 +501,8 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - psych (3.3.4) + psych (5.0.2) + stringio public_suffix (5.0.1) pundit (2.2.0) activesupport (>= 3.0.0) @@ -658,6 +659,7 @@ GEM sshkit (1.21.3) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + stringio (3.0.4) swd (1.3.0) activesupport (>= 3) attr_required (>= 0.0.5) @@ -775,7 +777,7 @@ DEPENDENCIES poltergeist polylines pry-rails - psych (< 4.0.0) + psych (< 5.0.3) pundit rabl rails (~> 6.0.0)