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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5ceb5d29252..20231696795 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,9 +77,9 @@ GEM bcrypt (3.1.12) bcrypt_pbkdf (1.0.0) benchmark-ips (2.3.0) - better_errors (2.1.1) + better_errors (2.5.0) coderay (>= 1.0.0) - erubis (>= 2.6.6) + erubi (>= 1.0.0) rack (>= 0.9.0) bindata (2.4.3) binding_of_caller (0.8.0) @@ -181,6 +181,7 @@ GEM mail (~> 2.7) encryptor (3.0.0) equalizer (0.0.11) + erubi (1.7.1) erubis (2.7.0) escape_utils (1.2.1) et-orbi (1.0.3) @@ -952,7 +953,7 @@ DEPENDENCIES batch-loader (~> 1.2.1) bcrypt_pbkdf (~> 1.0) benchmark-ips (~> 2.3.0) - better_errors (~> 2.1.0) + better_errors (~> 2.5.0) binding_of_caller (~> 0.8.0) bootsnap (~> 1.3) bootstrap_form (~> 2.7.0) |