From 46d00c0109457a62ee39ee70599eadf77265ca53 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 2 Oct 2020 12:48:12 +0800 Subject: [PATCH] fix the error that cannot open site after upgrade --- temp_file/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 1e1bb1b..a3ec3cf 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -75,7 +75,7 @@ end #development related gems group :development do - gem 'better_errors' + gem 'better_errors', '~> 2.8.1' # gem 'guard-bundler' # gem 'guard-rails' gem 'rails_layout'