diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-22 15:13:35 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-22 15:18:04 -0800 |
commit | 48d29f14170269018499acd46f9f1637b17f7571 (patch) | |
tree | 1cbd8099c47b315986cd277550017ff01b47cefe /Gemfile | |
parent | 0a42c7cbaae51466a67a4011859726c29bc24da4 (diff) | |
download | gitlab-ce-48d29f14170269018499acd46f9f1637b17f7571.tar.gz |
Upgrade better_errors gem to 2.5.0sh-bump-better-errors-gem
This gem is only used for development, and the latest version has been
tested with Rails 5/Ruby 2.5.
Changes: https://github.com/BetterErrors/better_errors/releases
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ group :development do gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false # Better errors handler - gem 'better_errors', '~> 2.1.0' + gem 'better_errors', '~> 2.5.0' gem 'binding_of_caller', '~> 0.8.0' # thin instead webrick |