From bd5082ff3f33ab7b21f05b837a974ca963318145 Mon Sep 17 00:00:00 2001 From: bijan Date: Sun, 12 May 2024 21:29:15 +0330 Subject: [PATCH] feat: update gem file --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5f916f..45d3c80 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false gem 'rails_12factor', group: :production - +gem 'psych', '< 4' gem 'rack-cors' group :development, :test do