Skip to content

Commit

Permalink
Merge pull request sidekiq#2375 from mrsimo/byebug-mri-2-2
Browse files Browse the repository at this point in the history
Make pry-byebug available on ruby 2.2.2 too
  • Loading branch information
davydovanton committed Jun 3, 2015
2 parents 57d1166 + 7d127bf commit acf61a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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 acf61a6

Please sign in to comment.