Skip to content

Commit a88409d

Browse files
committed
remove 1.8 debugger and added 2.0 debugger
1 parent d0c54af commit a88409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source "http://rubygems.org"
33
gemspec
44

55
group :development, :test do
6-
gem 'ruby-debug', '>= 0.10.3', :platform => :mri_18
7-
gem 'debugger', :platform => :ruby_19
6+
gem 'debugger', platform: :ruby_19
7+
gem 'byebug', platform: :ruby_20
88
end

0 commit comments

Comments
 (0)