fix the error that cannot open site after upgrade

This commit is contained in:
chiu 2020-10-02 12:48:12 +08:00
parent 2fab4d95c3
commit 46d00c0109
1 changed files with 1 additions and 1 deletions

View File

@ -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'