Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-23 02:13:35 +0300
committerStan Hu <stanhu@gmail.com>2018-11-23 02:18:04 +0300
commit48d29f14170269018499acd46f9f1637b17f7571 (patch)
tree1cbd8099c47b315986cd277550017ff01b47cefe /Gemfile
parent0a42c7cbaae51466a67a4011859726c29bc24da4 (diff)
Upgrade better_errors gem to 2.5.0
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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c0eb0cbce4..3fa1989afb9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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