Merge pull request #3770 from okriuchykhin/ok_SCI_6403

Lock psych version to < 4.0, until upgrade to rails 7 [SCI-6403]
This commit is contained in:
Alex Kriuchykhin 2022-01-10 14:38:46 +01:00 committed by GitHub
commit 60cb0e7a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ gem 'devise_invitable'
gem 'figaro'
gem 'pg', '~> 1.1'
gem 'pg_search' # PostgreSQL full text search
gem 'psych', '< 4.0'
gem 'rails', '~> 6.1.1'
gem 'view_component', require: 'view_component/engine'
gem 'recaptcha', require: 'recaptcha/rails'

View file

@ -439,6 +439,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.3.2)
public_suffix (4.0.6)
puma (5.5.2)
nio4r (~> 2.0)
@ -703,6 +704,7 @@ DEPENDENCIES
pry
pry-byebug
pry-rails
psych (< 4.0)
puma
rack-attack
rack-cors