1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Make pry-debug available to all mri versions

Should be fine, since we don't support 1.9
This commit is contained in:
Albert Llop 2015-06-03 12:21:50 +02:00
parent 57d11664b1
commit 7d127bfe51

View file

@ -12,7 +12,7 @@ platforms :ruby do
gem 'sqlite3'
end
platforms :mri_21 do
platforms :mri do
gem 'pry-byebug'
end