Skip to content

Commit cb50771

Browse files
committed
Tighten up platform requirements for Pry to make testing with non-MRI Rubies easier.
1 parent 71ac22d commit cb50771

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
@@ -12,7 +12,7 @@ end
1212

1313
group :development, :test do
1414
gem 'rspec', :require => false
15-
platforms :ruby do
15+
platforms :mri do
1616
gem 'pry', :require => false
1717
gem 'pry-coolline', :require => false
1818
end

0 commit comments

Comments
 (0)