Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Add byebug for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Sep 20, 2018
1 parent c2aeaef commit da0ebcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ gem 'coveralls', '0.8.21', require: false
gem 'rubyzip', '1.2.2'

group :development, :test do
gem 'byebug'
gem 'sass-rails', '~> 5.0.5' # locked
gem 'coffee-rails', '~> 4.2.1'
gem 'pry', '~> 0.10.4'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ GEM
sass (~> 3.2)
bower-rails (0.11.0)
builder (3.2.3)
byebug (10.0.2)
cancan (1.6.10)
capistrano (3.8.1)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -442,6 +443,7 @@ DEPENDENCIES
blacklight_advanced_search (~> 2.2.0)
bootstrap-sass (~> 2.3.2.2)
bower-rails (~> 0.11.0)
byebug
capistrano (~> 3.8.1)
capistrano-bundler (~> 1.2.0)
capistrano-rails (~> 1.2.3)
Expand Down

0 comments on commit da0ebcb

Please sign in to comment.