Removal of better_errors, so that it can run in ruby < 2
This commit is contained in:
parent
3fedcf9047
commit
844455ee42
3
Gemfile
3
Gemfile
@ -96,8 +96,9 @@ group :development do
|
||||
# Spring speeds up development by keeping your application running in the
|
||||
# background. Read more: https://github.com/rails/spring
|
||||
gem 'spring'
|
||||
# Removed, because requires ruby > 2
|
||||
# gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
# gem 'binding_of_caller'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'guard-livereload'
|
||||
|
Loading…
Reference in New Issue
Block a user