Update Gemfile

This commit is contained in:
chiu 2020-10-02 13:00:59 +08:00
parent 341fc20bfe
commit fcce55f163
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', '~> 2.8.1'
gem 'better_errors', '>= 2.8.1', '< 2.8.2'
# gem 'guard-bundler'
# gem 'guard-rails'
gem 'rails_layout'