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 1.1.0 to 2.8.0 #8

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 @@ -38,7 +38,7 @@ end

group :development do
gem 'pry'
gem 'better_errors', '~> 1.1.0' # gives much better error messages for debug
gem 'better_errors', '~> 2.8.0' # gives much better error messages for debug
gem 'quiet_assets', '~> 1.0.2' # shortens up the server log output
gem 'binding_of_caller', '~> 0.7.2' # helps out better_errors by giving you an interactive way to query variables and methods on the better_errors error screen
gem 'letter_opener', '~> 1.2.0' # shows outgoing emails in your browser instead
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ GEM
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
bcrypt (3.1.7)
better_errors (1.1.0)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
erubi (>= 1.0.0)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.1.4)
Expand All @@ -50,7 +51,7 @@ GEM
json
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
coderay (1.1.3)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
Expand All @@ -75,6 +76,7 @@ GEM
diff-lcs (1.2.5)
disqus (1.0.4)
json
erubi (1.10.0)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (2.2.1)
Expand Down Expand Up @@ -276,7 +278,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors (~> 1.1.0)
better_errors (~> 2.8.0)
binding_of_caller (~> 0.7.2)
capybara (<= 2.0.2)
capybara-webkit (~> 1.1.1)
Expand Down