mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
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:
commit
60cb0e7a53
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue