Skip to content

Commit cf2df70

Browse files
authored
Merge pull request #680 from deivid-rodriguez/pry_byebug
pry-byebug supports all 2.x rubies
2 parents 7591b0e + cc58e19 commit cf2df70

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Gemfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ gem "rake"
44

55
group :development do
66
gem "pry"
7-
platforms :ruby_21 do
8-
gem "pry-byebug"
9-
end
10-
platforms :ruby_20 do
11-
gem "pry-debugger"
12-
gem "pry-stack_explorer"
13-
end
7+
gem "pry-byebug"
148
end
159

1610
group :test do

0 commit comments

Comments
 (0)