Skip to content

Commit e8d6399

Browse files
committed
Gemfile: byebug for any MRI
1 parent d12646e commit e8d6399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ group :development do
77
end
88

99
group :debug do
10-
gem 'byebug', platforms: [:mri_21, :mri_22], require: false
10+
gem 'byebug', platforms: [:mri], require: false
1111
end

0 commit comments

Comments
 (0)