Skip to content

Commit 34d63f6

Browse files
committed
byebug is supported on MRI 2.0, 2.1 only
1 parent 1fe748e commit 34d63f6

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
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44
gemspec
55

66
group :test, :development do
7-
gem "byebug"
7+
gem "byebug", :platforms => [:mri_20, :mri_21]
88
end

0 commit comments

Comments
 (0)