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:
parent
57d11664b1
commit
7d127bfe51
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ platforms :ruby do
|
|||
gem 'sqlite3'
|
||||
end
|
||||
|
||||
platforms :mri_21 do
|
||||
platforms :mri do
|
||||
gem 'pry-byebug'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue