Skip to content

Commit

Permalink
Issue#334 Added byebug for ruby2+.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Aug 18, 2014
1 parent a14b9ca commit 5dca0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ end
group :development, :test do
gem 'rspec-rails', '~> 2'
gem 'headless'
gem 'debugger' unless ENV["CI"]
gem 'debugger', :platforms => 'mri_19' unless ENV["CI"]
gem 'byebug', :platforms => ['mri_20', 'mri_21'] unless ENV["CI"]
gem 'pry-rails' unless ENV["CI"]
end

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ GEM
activerecord (>= 3.0.7)
activerecord (>= 3.0.7)
builder (3.0.4)
byebug (3.2.0)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
cancan (1.6.10)
capistrano (2.15.5)
highline
Expand Down Expand Up @@ -320,6 +323,7 @@ DEPENDENCIES
acts_as_fu
acts_as_list (~> 0.1.4)
authlogic (= 3.1.0)
byebug
cancan
capistrano (~> 2)
capistrano_colors
Expand Down

0 comments on commit 5dca0ba

Please sign in to comment.