Skip to content
Snippets Groups Projects
Commit 8568d916 authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #670 from petergoldstein/feature/fix_mri_2_1_compatibility

Switch to byebug for MRI 2.x debugging.
parents 18c9dd28 d18f6116
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,8 @@ group :development, :test do ...@@ -8,9 +8,8 @@ group :development, :test do
gem 'rubyzip' gem 'rubyzip'
gem 'rails' gem 'rails'
platforms :mri do gem 'debugger', :platforms => [:mri_19]
gem 'debugger' gem 'byebug', :platforms => [:mri_20, :mri_21]
end
platforms :jruby do platforms :jruby do
gem 'jruby-openssl' gem 'jruby-openssl'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment