Skip to content

Commit

Permalink
remove better errors gem
Browse files Browse the repository at this point in the history
  • Loading branch information
PilgrimMemoirs committed May 4, 2017
1 parent 015449d commit 0c7bb56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'pry-rails'
gem 'better_errors'
gem 'binding_of_caller'
end

group :development do
Expand Down
10 changes: 1 addition & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (7.1.4)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (9.0.6)
coderay (1.1.1)
Expand Down Expand Up @@ -178,8 +172,6 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors
binding_of_caller
byebug
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
Expand All @@ -200,4 +192,4 @@ DEPENDENCIES
web-console (>= 3.3.0)

BUNDLED WITH
1.13.5
1.14.6

0 comments on commit 0c7bb56

Please sign in to comment.