Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump better_errors from 2.7.1 to 2.8.0 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ group :development do
gem "letter_opener"

# Better errors handler
gem "better_errors", "~> 2.7"
gem "better_errors", "~> 2.8"
gem "binding_of_caller", "~> 0.8"
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
awesome_print (1.8.0)
bcrypt (3.1.13)
benchmark-ips (2.8.2)
better_errors (2.7.1)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.7)
erubi (1.9.0)
erubi (1.10.0)
erubis (2.7.0)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -372,7 +372,7 @@ DEPENDENCIES
awesome_print (~> 1.8)
bcrypt (~> 3.1)
benchmark-ips
better_errors (~> 2.7)
better_errors (~> 2.8)
binding_of_caller (~> 0.8)
bootsnap (>= 1.4.6)
brakeman
Expand Down