Skip to content

Commit 39e05e4

Browse files
Bump better_errors from 2.1.1 to 2.8.0
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.1.1 to 2.8.0. - [Release notes](https://github.com/BetterErrors/better_errors/releases) - [Commits](BetterErrors/better_errors@v2.1.1...v2.8.0) --- updated-dependencies: - dependency-name: better_errors dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c07f2c3 commit 39e05e4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ group :development, :test do
4444

4545
# Debugging views gems
4646
gem 'binding_of_caller', '~> 0.7.2'
47-
gem 'better_errors', '~> 2.1.1'
47+
gem 'better_errors', '~> 2.8.0'
4848

4949
# Testing gems
5050
gem 'm', '~> 1.3.1'

Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ GEM
7676
activesupport (>= 3.0.0)
7777
arel (6.0.4)
7878
bcrypt (3.1.13)
79-
better_errors (2.1.1)
79+
better_errors (2.8.0)
8080
coderay (>= 1.0.0)
81-
erubis (>= 2.6.6)
81+
erubi (>= 1.0.0)
8282
rack (>= 0.9.0)
8383
binding_of_caller (0.7.3)
8484
debug_inspector (>= 0.0.1)
@@ -111,7 +111,7 @@ GEM
111111
chunky_png (1.3.11)
112112
codeclimate-test-reporter (0.4.8)
113113
simplecov (>= 0.7.1, < 1.0.0)
114-
coderay (1.1.2)
114+
coderay (1.1.3)
115115
coffee-rails (4.1.1)
116116
coffee-script (>= 2.2.0)
117117
railties (>= 4.0.0, < 5.1.x)
@@ -146,6 +146,7 @@ GEM
146146
docile (1.3.1)
147147
epic-editor-rails (0.2.4)
148148
railties (>= 3.2, < 5.0)
149+
erubi (1.10.0)
149150
erubis (2.7.0)
150151
eventmachine (1.2.7)
151152
exception_notification (4.0.1)
@@ -452,7 +453,7 @@ DEPENDENCIES
452453
activeadmin (~> 1.1.0)
453454
acts-as-taggable-on (~> 3.4)
454455
auto_html!
455-
better_errors (~> 2.1.1)
456+
better_errors (~> 2.8.0)
456457
binding_of_caller (~> 0.7.2)
457458
bootstrap-generators (~> 3.3.1)
458459
bullet (~> 5.4.3)

0 commit comments

Comments
 (0)