Skip to content

Commit

Permalink
remove byebug gem: not supported on old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Karter committed Apr 8, 2015
1 parent 2f7ffdc commit 515216d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ gemspec
group :test do
gem 'rspec'
gem 'pry' # standard debugger
gem 'pry-byebug' # debugger
gem 'fakefs', require: 'fakefs/safe' # stubs out FS to avoid creating files during testing
end

0 comments on commit 515216d

Please sign in to comment.