Skip to content

Commit

Permalink
Install debug on MRI only
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jul 8, 2022
1 parent 38adfb9 commit 66ef697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec

group :debug do
gem 'debug'
gem 'debug', platform: 'mri'
end

group :development do
Expand Down

0 comments on commit 66ef697

Please sign in to comment.