Only install pry-byebug on MRI Ruby

This commit is contained in:
Josh Hagins 2015-12-30 01:24:00 -05:00
parent 23b966eea0
commit ad926e70b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ group :development do
gem 'rubocop'
gem 'rubocop-cask', '0.0.1'
gem 'pry'
gem 'pry-byebug'
gem 'pry-byebug', platforms: :mri
end
group :release do