Skip to content

Commit

Permalink
Make pry-debug available to all mri versions
Browse files Browse the repository at this point in the history
Should be fine, since we don't support 1.9
  • Loading branch information
mrsimo committed Jun 3, 2015
1 parent 57d1166 commit 7d127bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ platforms :ruby do
gem 'sqlite3'
end

platforms :mri_21 do
platforms :mri do
gem 'pry-byebug'
end

Expand Down

0 comments on commit 7d127bf

Please sign in to comment.